Fix memory leak and dubious list manipulation. (Found by Ron Koerner,
authorOwen Taylor <otaylor@redhat.com>
Thu, 19 Jul 2001 20:17:03 +0000 (20:17 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 19 Jul 2001 20:17:03 +0000 (20:17 +0000)
commit83c4b0988e15615609d771125968423ab1764139
tree17bb82d019e0be50fa85d25b7b4aa411f20dc86f
parent3fa620d4dfeb3440526682b4970bc9147b6665c9
Fix memory leak and dubious list manipulation. (Found by Ron Koerner,

Thu Jul 19 16:05:21 2001  Owen Taylor  <otaylor@redhat.com>

* glib/gcompletion.c (g_completion_complete): Fix memory
leak and dubious list manipulation. (Found by
Ron Koerner, #53408)

* glib/gfileutils.c (get_contents_stdio): Call fclose()
on FILE * on error. (#57057)
glib/gcompletion.c
glib/gfileutils.c