Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/tracers/gstleaks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tracers/gstleaks.c b/plugins/tracers/gstleaks.c
index b32c7d565f..e05bb47df9 100644
--- a/plugins/tracers/gstleaks.c
+++ b/plugins/tracers/gstleaks.c
@@ -730,6 +730,8 @@ gst_leaks_tracer_finalize (GObject * object)
GHashTableIter iter;
gpointer obj;
+ GST_DEBUG_OBJECT (self, "destroying tracer, checking for leaks");
+
self->done = TRUE;
/* Tracers are destroyed as part of gst_deinit() so now is a good time to