mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
gldownload: plug a memory leak
This commit is contained in:
parent
b1e3630974
commit
58fbcfdf1f
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ _do_download (GstGLDownload * download, guint texture_id,
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_buffer_unref (inbuf);
|
gst_buffer_unref (inbuf);
|
||||||
|
gst_buffer_unref (outbuf);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue