mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix silly free twice bug
Original commit message from CVS: Fix silly free twice bug
This commit is contained in:
parent
df46352ff9
commit
ebda7d920a
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue