wpesrc: Plug WPE's exportable leak

This commit is contained in:
Philippe Normand 2019-01-18 13:28:26 +00:00
parent c357e12118
commit c34cd8c5e0

View file

@ -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;