Commit 2ae08f03 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard
parent 0892b92b
......@@ -448,6 +448,7 @@ NTSTATUS wg_transform_read_data(void *args)
else if (!(transform->input = gst_buffer_list_new()))
{
GST_ERROR("Failed to allocate new input queue");
gst_buffer_list_unref(input);
return STATUS_NO_MEMORY;
}
else if ((ret = gst_pad_push_list(transform->my_src, input)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment