mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
tests: Fix a minor memory leak in gdbus-proxy
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
196e333ec2
commit
938f716c2f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user