mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'wip/sadiq/fix-memory-leak' into 'master'
gapplication: Fix a memory leak See merge request GNOME/glib!1925
This commit is contained in:
commit
e41a36784c
@ -1091,6 +1091,7 @@ g_application_real_local_command_line (GApplication *application,
|
|||||||
if (!options)
|
if (!options)
|
||||||
{
|
{
|
||||||
g_printerr ("%s\n", error->message);
|
g_printerr ("%s\n", error->message);
|
||||||
|
g_error_free (error);
|
||||||
*exit_status = 1;
|
*exit_status = 1;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user