vorbisenc: add missing va_end in variadic function

Coverity 1139944
This commit is contained in:
Edward Hervey 2014-06-09 10:38:53 +02:00
parent 0a49b7050f
commit 23996adf5c

View file

@ -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);