various GLib tests: plug memory leaks
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 13 Dec 2011 19:01:42 +0000 (19:01 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 14 Dec 2011 12:40:16 +0000 (12:40 +0000)
commit29f2ced8eb32d9001da8082c4530f017decb8267
treefa50e29f09d084c826e0f4d4e41e321123c9547a
parenta0f5e89aedd0fcd04164c35b1c77d194adfc698a
various GLib tests: plug memory leaks

These don't really matter, since it's test code, but they do obscure
real leaks in the library.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=666115
Acked-by: Matthias Clasen <mclasen@redhat.com>
26 files changed:
glib/tests/bookmarkfile.c
glib/tests/cache.c
glib/tests/convert.c
glib/tests/fileutils.c
glib/tests/gvariant.c
glib/tests/gwakeuptest.c
glib/tests/include.c
glib/tests/keyfile.c
glib/tests/mainloop.c
glib/tests/markup-parse.c
glib/tests/mem-overflow.c
glib/tests/node.c
glib/tests/option-argv0.c
glib/tests/option-context.c
glib/tests/protocol.c
glib/tests/queue.c
glib/tests/sequence.c
glib/tests/strfuncs.c
glib/tests/string.c
glib/tests/timeout.c
glib/tests/tree.c
glib/tests/unix.c
glib/tests/uri.c
gobject/tests/boxed.c
gobject/tests/param.c
tests/testglib.c