diff --git a/subprojects/gstreamer/plugins/tracers/gstleaks.c b/subprojects/gstreamer/plugins/tracers/gstleaks.c index b586283496..45e5ca9963 100644 --- a/subprojects/gstreamer/plugins/tracers/gstleaks.c +++ b/subprojects/gstreamer/plugins/tracers/gstleaks.c @@ -1045,6 +1045,7 @@ gst_leaks_tracer_activity_start_tracking (GstLeaksTracer * self) GST_OBJECT_LOCK (self); if (self->added) { GST_ERROR_OBJECT (self, "tracking is already in progress"); + GST_OBJECT_UNLOCK (self); return; }