vorbisenc: add missing va_end in variadic function
Coverity 1139944
This commit is contained in:
parent
0a49b7050f
commit
23996adf5c
@ -655,6 +655,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_take_value (structure, field, &array);
|
gst_structure_take_value (structure, field, &array);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user