validate: Plug leak of copy of a va_list

CID 1415490
This commit is contained in:
Thibault Saunier 2017-07-18 10:12:07 -04:00
parent 11ef28f3dc
commit 44260d70bd

View file

@ -204,6 +204,7 @@ gst_validate_report_valist (GstValidateReporter * reporter,
GST_FUNCTION, __LINE__, NULL, combo, vacopy);
g_free (combo);
#endif
va_end (vacopy);
int_ret = gst_validate_reporter_intercept_report (reporter, report);