mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
validate: Plug leak of copy of a va_list
CID 1415490
This commit is contained in:
parent
11ef28f3dc
commit
44260d70bd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue