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:
Benjamin Otte 2003-04-04 19:52:46 +00:00
parent 5506241cf3
commit 6ddd676a02

View file

@ -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;
}