From: Benjamin Otte Date: Fri, 4 Apr 2003 19:52:46 +0000 (+0000) Subject: ok, this is my nomination for idiot of the week X-Git-Tag: BRANCH-ERROR-ROOT~346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ddd676a02f68304b370d765594d89f2dbe17adb;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/gst.c b/gst/gst.c index 6f372ae..d59dbd0 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -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; }