mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: plugin: remove feature refcount assert
This check fails if one, or more, tracers are loaded while running the test. The new "leaks" tracer will be able to check for leaks anyway. https://bugzilla.gnome.org/show_bug.cgi?id=765052
This commit is contained in:
parent
aa336008b3
commit
d479eefde0
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ GST_START_TEST (test_registry)
|
|||
/* one for the registry, one for the list */
|
||||
GST_DEBUG ("Feature refcount %d %s", GST_OBJECT_REFCOUNT_VALUE (feature),
|
||||
GST_OBJECT_NAME (feature));
|
||||
ASSERT_OBJECT_REFCOUNT (feature, "feature in registry", 2);
|
||||
gst_object_unref (feature);
|
||||
}
|
||||
g_list_free (list);
|
||||
|
|
Loading…
Reference in a new issue