mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 18:24:04 +02:00
g-icon: Fix memory leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711802
This commit is contained in:
@@ -542,6 +542,7 @@ test_file_icon (void)
|
|||||||
g_object_unref (icon2);
|
g_object_unref (icon2);
|
||||||
g_object_unref (icon3);
|
g_object_unref (icon3);
|
||||||
g_object_unref (icon4);
|
g_object_unref (icon4);
|
||||||
|
g_object_unref (file);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user