mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tests: Fix a minor memory leak in gdbus-proxy
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -952,6 +952,7 @@ main (int argc,
|
||||
ret = session_bus_run();
|
||||
|
||||
g_dbus_node_info_unref (introspection_data);
|
||||
g_main_loop_unref (loop);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user