mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Merge branch 'backport-3008-wrapped-argv-leak-glib-2-74' into 'glib-2-74'
Backport !3008 “gio/gdesktopappinfo: Free the wrapped argv array on launch failure” to glib-2-74 See merge request GNOME/glib!3017
This commit is contained in:
@@ -2963,6 +2963,7 @@ g_desktop_app_info_launch_uris_with_spawn (GDesktopAppInfo *info,
|
||||
|
||||
g_free (sn_id);
|
||||
g_list_free (launched_uris);
|
||||
g_clear_pointer (&wrapped_argv, g_strfreev);
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user