ok, this is my nomination for idiot of the week
authorBenjamin Otte <otte@gnome.org>
Fri, 4 Apr 2003 19:52:46 +0000 (19:52 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 4 Apr 2003 19:52:46 +0000 (19:52 +0000)
Original commit message from CVS:
ok, this is my nomination for idiot of the week

gst/gst.c

index 6f372ae..d59dbd0 100644 (file)
--- 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;
 }