From: Wim Taymans Date: Tue, 24 Sep 2002 18:41:16 +0000 (+0000) Subject: Fix silly free twice bug X-Git-Tag: BRANCH-RELEASE-0_4_2-ROOT~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebda7d920a7e1f358b7d8120e6f2702281bfb617;p=platform%2Fupstream%2Fgstreamer.git Fix silly free twice bug Original commit message from CVS: Fix silly free twice bug --- diff --git a/tools/gst-launch.c b/tools/gst-launch.c index b51e05b..2359aec 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)