mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ok, this is my nomination for idiot of the week
Original commit message from CVS: ok, this is my nomination for idiot of the week
This commit is contained in:
parent
5506241cf3
commit
6ddd676a02
1 changed files with 2 additions and 1 deletions
|
@ -269,10 +269,11 @@ gst_init_check_with_popt_table (int *argc, char **argv[],
|
|||
poptFreeContext (context);
|
||||
return FALSE;
|
||||
}
|
||||
poptFreeContext (context);
|
||||
|
||||
*argc = poptStrippedArgv (context, *argc, *argv);
|
||||
|
||||
poptFreeContext (context);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue