]> git.tdb.fi Git - ext/subsurface.git/commit
Correctly free the GSList in file_open
authorDirk Hohndel <dirk@hohndel.org>
Tue, 3 Jan 2012 04:13:45 +0000 (20:13 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 3 Jan 2012 04:13:45 +0000 (20:13 -0800)
commit43530d397bd8d754202d0e97d13c32c1f0685f01
tree8c93656ed6fb4c64bdc0c012d82302acc19328e0
parenteac816b9d8a199375cf023a956c0959ccf3bc87b
Correctly free the GSList in file_open

Passing a value that is known to be NULL to g_slist_free seems like the
wrong approach...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
gtk-gui.c