[Bug 776805] New: uri-assert: GstDiscoverer are never freeed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 10:47:08 UTC 2017


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

            Bug ID: 776805
           Summary: uri-assert: GstDiscoverer are never freeed
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gdesmott at gnome.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

ges_uri_clip_asset_class_init() creates two GstDiscoverer instances
(klass->discoverer and klass->sync_discoverer) which are never freed.

It's annoying as it makes tracking memory leaks pretty hard. Marking those as
LEAKED isn't really an option as they create a lot of other objects.

An option could be to turn those to static global variables and free them when
a ges_deinit() is called, or something like that.

-- 
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