Remove strdup in the non-xdg path in DeterminePaths
commit8672cca801598b735ba2b087c7f1c280c0ac74b2
authorcirdan <cirdansw@gmail.com>
Sat, 7 Oct 2017 13:12:26 +0000 (7 15:12 +0200)
committercirdan <cirdansw@gmail.com>
Sat, 7 Oct 2017 13:12:26 +0000 (7 15:12 +0200)
tree182c175cb6a503b9dfd6f536d7bda937ff451449
parent4fa2dde93c2f07abe0e640e05c799080088d82ae
Remove strdup in the non-xdg path in DeterminePaths

_searchpaths will survive for the lifetime of the process, so there
is no need to strdup this.
src/fileio.cpp