tests: Fix a minor memory leak in gdbus-proxy

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-03-07 13:04:12 +00:00
parent 196e333ec2
commit 938f716c2f

View File

@ -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;
}