wpesrc: Plug WPE's exportable leak
This commit is contained in:
parent
c357e12118
commit
c34cd8c5e0
@ -76,6 +76,11 @@ WPEThreadedView::~WPEThreadedView()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
GMutexHolder lock(threading.mutex);
|
||||||
|
wpe_view_backend_exportable_fdo_destroy(wpe.exportable);
|
||||||
|
}
|
||||||
|
|
||||||
if (gst.display) {
|
if (gst.display) {
|
||||||
gst_object_unref(gst.display);
|
gst_object_unref(gst.display);
|
||||||
gst.display = nullptr;
|
gst.display = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user