mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01: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:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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