mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
vorbisenc: add missing va_end in variadic function
Coverity 1139944
This commit is contained in:
parent
0a49b7050f
commit
23996adf5c
1 changed files with 1 additions and 0 deletions
|
@ -655,6 +655,7 @@ _gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,
|
|||
|
||||
buf = va_arg (va, GstBuffer *);
|
||||
}
|
||||
va_end (va);
|
||||
|
||||
gst_structure_take_value (structure, field, &array);
|
||||
|
||||
|
|
Loading…
Reference in a new issue