mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
pango: plug rare buffer leak
This commit is contained in:
parent
481b1beece
commit
68300bde0b
1 changed files with 1 additions and 0 deletions
|
@ -2104,6 +2104,7 @@ gst_base_text_overlay_push_frame (GstBaseTextOverlay * overlay,
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
invalid_frame:
|
invalid_frame:
|
||||||
{
|
{
|
||||||
|
gst_buffer_unref (video_frame);
|
||||||
GST_DEBUG_OBJECT (overlay, "received invalid buffer");
|
GST_DEBUG_OBJECT (overlay, "received invalid buffer");
|
||||||
return GST_FLOW_OK;
|
return GST_FLOW_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue