mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Fix memory leak. (#72990, Paoloo Maggi)
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com> * glib/gshell.c (g_shell_unquote): Fix memory leak. (#72990, Paoloo Maggi)
This commit is contained in:
@@ -305,6 +305,7 @@ g_shell_unquote (const gchar *quoted_string,
|
||||
}
|
||||
}
|
||||
|
||||
g_free (unquoted);
|
||||
return g_string_free (retval, FALSE);
|
||||
|
||||
error:
|
||||
|
Reference in New Issue
Block a user