mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
module-test: Fix leaks in test
https://bugzilla.gnome.org/show_bug.cgi?id=711768
This commit is contained in:
@@ -194,6 +194,9 @@ main (int argc,
|
||||
|
||||
if (!g_module_close (module_b))
|
||||
g_error ("error: %s", g_module_error ());
|
||||
|
||||
|
||||
g_free (plugin_a);
|
||||
g_free (plugin_b);
|
||||
g_module_close (module_self);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user