[Bug 767857] leaks tracer: list alive objects on demande and add 'checkpointing' support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 08:07:45 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767857

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #330052|none                        |needs-work
             status|                            |

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 330052:
 --> (https://bugzilla.gnome.org/review?bug=767857&attachment=330052)

::: plugins/tracers/gstleaks.c
@@ +413,3 @@
+  log_checkpoint (self->added, tr_added);
+  GST_TRACE_OBJECT (self, "listing objects removed since last checkpoint");
+  log_checkpoint (self->added, tr_removed);

Shouldn't this use self->removed?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list