mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
wpesrc: Plug WPE's exportable leak
This commit is contained in:
parent
c357e12118
commit
c34cd8c5e0
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ WPEThreadedView::~WPEThreadedView()
|
|||
}
|
||||
}
|
||||
|
||||
{
|
||||
GMutexHolder lock(threading.mutex);
|
||||
wpe_view_backend_exportable_fdo_destroy(wpe.exportable);
|
||||
}
|
||||
|
||||
if (gst.display) {
|
||||
gst_object_unref(gst.display);
|
||||
gst.display = nullptr;
|
||||
|
|
Loading…
Reference in a new issue