mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'desktop-app-info-leak' into 'main'
gdesktopappinfo: Fix a leak when launching URIs over D-Bus See merge request GNOME/glib!2510
This commit is contained in:
commit
10e5c21102
@ -3155,6 +3155,8 @@ launch_uris_with_dbus (GDesktopAppInfo *info,
|
||||
NULL, G_DBUS_CALL_FLAGS_NONE, -1,
|
||||
cancellable, launch_uris_with_dbus_signal_cb, g_steal_pointer (&data));
|
||||
g_free (object_path);
|
||||
|
||||
g_variant_dict_clear (&dict);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user