mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
speexenc: add missing va_end in variadic function
Coverity 1139944
This commit is contained in:
parent
f7fc8d74c9
commit
9843b08e53
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +658,7 @@ _gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,
|
|||
|
||||
buf = va_arg (va, GstBuffer *);
|
||||
}
|
||||
va_end (va);
|
||||
|
||||
gst_structure_set_value (structure, field, &array);
|
||||
g_value_unset (&array);
|
||||
|
|
Loading…
Reference in a new issue