Fix silly free twice bug
authorWim Taymans <wim.taymans@gmail.com>
Tue, 24 Sep 2002 18:41:16 +0000 (18:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 24 Sep 2002 18:41:16 +0000 (18:41 +0000)
Original commit message from CVS:
Fix silly free twice bug

tools/gst-launch.c

index b51e05b..2359aec 100644 (file)
@@ -138,7 +138,6 @@ main(int argc, char *argv[])
     pipeline = (GstElement*) gst_parse_launchv ((const gchar**)argvn, &error);
   }
   g_free (argvn);
-  g_free (argvn);
 
   if (!pipeline) {
     if (error)