mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
resources: tests: Plug a mem leak
==1265== 84 (8 direct, 76 indirect) bytes in 1 blocks are definitely lost in loss record 793 of 827 ==1265== at 0x4029467: calloc (vg_replace_malloc.c:467) ==1265== by 0x408479B: standard_calloc (gmem.c:104) ==1265== by 0x4084846: g_malloc0 (gmem.c:189) ==1265== by 0x4084B2D: g_malloc0_n (gmem.c:385) ==1265== by 0x4228A98: g_resource_load (gresource.c:253) ==1265== by 0x804A56D: test_resource_registred (resources.c:198)
This commit is contained in:
parent
0ebb6339d1
commit
04df4d45a4
@ -293,6 +293,7 @@ test_resource_registred (void)
|
||||
g_strfreev (children);
|
||||
|
||||
g_resources_unregister (resource);
|
||||
g_resource_unref (resource);
|
||||
|
||||
found = g_resources_get_info ("/test1.txt",
|
||||
G_RESOURCE_LOOKUP_FLAGS_NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user