resources: Plug mem leaks in resource compiler
authorChristian Persch <chpe@gnome.org>
Sat, 14 Jan 2012 20:28:29 +0000 (21:28 +0100)
committerChristian Persch <chpe@gnome.org>
Wed, 18 Jan 2012 18:43:17 +0000 (19:43 +0100)
commitd8b295abb3e34ce8fe5e7c16bf3ae208d70a3205
tree79589f458e72075c51d557a826885affb05695f8
parent54b986d9187f3935f09b7ba04a9644f8f7c8556e
resources: Plug mem leaks in resource compiler

==13007== 173 bytes in 1 blocks are definitely lost in loss record 90 of 106
==13007==    at 0x402AD89: malloc (vg_replace_malloc.c:236)
==13007==    by 0x407DDBA: standard_malloc (gmem.c:85)
==13007==    by 0x407E318: g_try_malloc (gmem.c:271)
==13007==    by 0x40654DE: g_file_get_contents (gfileutils.c:756)
==13007==    by 0x804A531: main (glib-compile-resources.c:580)

==13007== 521 (56 direct, 465 indirect) bytes in 1 blocks are definitely lost in loss record 100 of 106
==13007==    at 0x402AD89: malloc (vg_replace_malloc.c:236)
==13007==    by 0x407DDBA: standard_malloc (gmem.c:85)
==13007==    by 0x407E160: g_malloc (gmem.c:159)
==13007==    by 0x4091D8D: g_slice_alloc (gslice.c:1003)
==13007==    by 0x40674A1: g_hash_table_new_full (ghash.c:676)
==13007==    by 0x804B252: gvdb_hash_table_new (gvdb-builder.c:76)
==13007==    by 0x43C66B2: (below main) (libc-start.c:226)
gio/glib-compile-resources.c