From ebda7d920a7e1f358b7d8120e6f2702281bfb617 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 24 Sep 2002 18:41:16 +0000 Subject: [PATCH] Fix silly free twice bug Original commit message from CVS: Fix silly free twice bug --- tools/gst-launch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index b51e05b768..2359aecd25 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -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)