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:
Owen Taylor 2002-02-28 16:45:37 +00:00 committed by Owen Taylor
parent bcb430d60c
commit 54dfc33a49
9 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -1,3 +1,8 @@
Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (g_shell_unquote): Fix memory leak.
(#72990, Paoloo Maggi)
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.

View File

@ -305,6 +305,7 @@ g_shell_unquote (const gchar *quoted_string,
}
}
g_free (unquoted);
return g_string_free (retval, FALSE);
error: