More pointless cleanups

Original commit message from CVS:
More pointless cleanups
This commit is contained in:
Wim Taymans 2002-02-02 13:34:44 +00:00
parent 24e313c153
commit d73903bd22
2 changed files with 2 additions and 2 deletions

View file

@ -621,7 +621,7 @@ gst_parse_launch (const gchar * pipeline_description)
}
/* do it! */
pipeline = gst_parse_launchv (argvn);
pipeline = gst_parse_launchv ((const char**) argvn);
GST_DEBUG(0, "Finished - freeing temporary argument array");
g_strfreev(argvn);