baseparse: fix minor memory leak

This commit is contained in:
Mark Nauwelaerts 2009-08-07 13:06:28 +02:00 committed by Tim-Philipp Müller
parent bfe54aff4b
commit d610cfbbc0

View file

@ -950,6 +950,7 @@ gst_base_parse_chain (GstPad * pad, GstBuffer * buffer)
GST_DEBUG_OBJECT (parse,
"found valid frame but not enough data available (only %d bytes)",
gst_adapter_available (parse->adapter));
gst_buffer_unref (tmpbuf);
goto done;
}
break;