[Bug 683470] Unix socket fd leaks and memory leaks when use pipeline

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 6 02:16:10 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=683470
  GStreamer | gstreamer (core) | 0.11.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-09-06 09:16:08 UTC ---
The bus watch probably keeps a ref to the bus as well. Try:

 id = gst_bus_add_watch (..);
 ...
 g_source_remove (id);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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