Add a missing va_end call

va_copy must be matched with va_end.
This commit is contained in:
Matthias Clasen 2012-11-29 23:18:49 -05:00
parent 5b9c687595
commit e75860e466

View File

@ -853,6 +853,8 @@ gtk_widget_draw_marshallerv (GClosure *closure,
param_types);
cairo_restore (cr);
va_end (args_copy);
}
static void