]> Pileus Git - ~andy/gtk/commitdiff
Add a missing va_end call
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:18:49 +0000 (23:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:18:49 +0000 (23:18 -0500)
va_copy must be matched with va_end.

gtk/gtkwidget.c

index f41de951680c554a910c0502a98001e9ad9b01a8..e9a6eec362af5b4a072c85849de97f4a005f7dd9 100644 (file)
@@ -853,6 +853,8 @@ gtk_widget_draw_marshallerv (GClosure     *closure,
                                param_types);
 
   cairo_restore (cr);
+
+  va_end (args_copy);
 }
 
 static void