Fix silly free twice bug

Original commit message from CVS:
Fix silly free twice bug
This commit is contained in:
Wim Taymans 2002-09-24 18:41:16 +00:00
parent df46352ff9
commit ebda7d920a

View 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)