From ffa90b2e7258f20411af07ab4b02c510b2fc2254 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 8 Aug 2015 17:59:51 +0200 Subject: [PATCH] devicemonitor: fix provider leak --- gst/gstdevicemonitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstdevicemonitor.c b/gst/gstdevicemonitor.c index 7092fcc..a9eda0a 100644 --- a/gst/gstdevicemonitor.c +++ b/gst/gstdevicemonitor.c @@ -268,6 +268,7 @@ bus_sync_message (GstBus * bus, GstMessage * message, } GST_OBJECT_UNLOCK (monitor); + gst_object_unref (provider); gst_object_unref (device); if (matches) -- 2.7.4