summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-11-13 15:20:48 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-06 09:31:02 -0800
commitcd81f372001a0c21e4a7cf685341f7be92ef06e9 (patch)
treed5fa82859c4ad43c5e60faf323d3b6a7ce06a4a6 /qt-ui
parentd48a67725980629aa99b2ebdac734a0f0118e5ab (diff)
downloadsubsurface-cd81f372001a0c21e4a7cf685341f7be92ef06e9.tar.gz
subsurfacestartup.c: leave free_prefs() empty
There is a bug on OSX where free() is called on non-allocated memory in free_prefs(). Most of the preferences are not freed in free_prefs() while copy_string() is used on them, so let's not free() any pointers in free_prefs() and leave them as one-time leaks. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
0 files changed, 0 insertions, 0 deletions