mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
gdesktopappinfo: Fix a minor command line leak
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c1d8b9c806
commit
6db2412b41
@ -4698,6 +4698,8 @@ g_desktop_app_info_launch_action (GDesktopAppInfo *info,
|
|||||||
g_desktop_app_info_launch_uris_with_spawn (info, session_bus, exec_line, NULL, launch_context,
|
g_desktop_app_info_launch_uris_with_spawn (info, session_bus, exec_line, NULL, launch_context,
|
||||||
_SPAWN_FLAGS_DEFAULT, NULL, NULL, NULL, NULL,
|
_SPAWN_FLAGS_DEFAULT, NULL, NULL, NULL, NULL,
|
||||||
-1, -1, -1, NULL);
|
-1, -1, -1, NULL);
|
||||||
|
|
||||||
|
g_free (exec_line);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (session_bus != NULL)
|
if (session_bus != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user