subsurface/subsurface-core
Lubomir I. Ivanov 048c5e01b1 subsurfacestartup.c: don't double free 'default_filename'
'default_filename' is obtained from system_default_filename()
but system_default_filename() returns a static pointer
the HEAP memory of which is handled in main().

Remove the free() for 'default_filename' free_prefs()
to prevent a double free().

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-03 07:44:56 -08:00
..
2015-10-30 10:36:51 -07:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2015-11-02 19:54:34 -08:00
2015-11-02 19:54:34 -08:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2015-11-02 19:54:34 -08:00
2015-10-30 10:36:51 -07:00
2015-11-02 19:54:34 -08:00
2015-11-03 07:19:05 -08:00