]> git.tdb.fi Git - ext/subsurface.git/commit
Fixed a small memory leak in divelist.c
authorLubomir I. Ivanov <neolit123@gmail.com>
Wed, 1 Aug 2012 19:19:44 +0000 (22:19 +0300)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 14 Aug 2012 21:51:35 +0000 (14:51 -0700)
commit307240d6f6fefa83618e8c271203bc57df1081c7
tree305c2844db6b3f6b3964cc9ec1487700f3b83533
parent3c542b5a418751f22511f6b1d554252c6e472a43
Fixed a small memory leak in divelist.c

In fill_one_dive(), cylinder and location strings are obtained via
get_string(), which needs to allocated a litte bit of memory.

After passing the two pointers ('cylinder' and 'location') as arguments
to gtk_list_store_set() it is safe to release them.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
divelist.c