mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
opus: add missing va_end in variadic function
Coverity 1139944
This commit is contained in:
parent
97d0927a9c
commit
16042fac2b
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ _gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,
|
||||||
|
|
||||||
buf = va_arg (va, GstBuffer *);
|
buf = va_arg (va, GstBuffer *);
|
||||||
}
|
}
|
||||||
|
va_end (va);
|
||||||
|
|
||||||
gst_structure_set_value (structure, field, &array);
|
gst_structure_set_value (structure, field, &array);
|
||||||
g_value_unset (&array);
|
g_value_unset (&array);
|
||||||
|
|
Loading…
Reference in a new issue