Fix memory leak. (#72990, Paoloo Maggi)
[platform/upstream/glib.git] / glib / gshell.c
index 7a2c70a..08318fd 100644 (file)
@@ -305,6 +305,7 @@ g_shell_unquote (const gchar *quoted_string,
         }
     }
 
+  g_free (unquoted);
   return g_string_free (retval, FALSE);
   
  error: