mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
devicemonitor: fix provider leak
This commit is contained in:
parent
2ef06fd39d
commit
ffa90b2e72
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ bus_sync_message (GstBus * bus, GstMessage * message,
|
||||||
}
|
}
|
||||||
GST_OBJECT_UNLOCK (monitor);
|
GST_OBJECT_UNLOCK (monitor);
|
||||||
|
|
||||||
|
gst_object_unref (provider);
|
||||||
gst_object_unref (device);
|
gst_object_unref (device);
|
||||||
|
|
||||||
if (matches)
|
if (matches)
|
||||||
|
|
Loading…
Reference in a new issue