[gstreamer-bugs] [Bug 149162] Importing m4a files in Rhythmbox leaks memory

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Jan 17 15:41:43 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=149162
 GStreamer | gst-plugins | Ver: 0.8.2

Ronald Bultje changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35002|0                           |1
        is obsolete|                            |
  Attachment #35003|0                           |1
        is obsolete|                            |



------- Additional Comments From Ronald Bultje  2005-01-17 18:41 -------
Created an attachment (id=36147)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=36147&action=view)
valid valgrind log

this is valgrind on current CVS, with --show-reachables=yes --leak-check=yes.
Pipeline is: "valgrind --tool=memcheck --show-reachable=yes --num-callers=20
--leak-check=yes ~/Projects/GStreamer/gstreamer/tools/.libs/gst-launch-0.8
filesrc location=file.m4a ! qtdemux .audio_00 ! faad ! audioconvert ! fakesink"


1-5, 8-11, 13-19 are dynamic lib loading, registry or global initializers.
6 is a leaked string, fixed in CVS.
7 doesn't exist (?)
12 is a taglist leak, fixed in CVS.

I don't see any big numbers here. I'll try Rhythmbox next... Maybe partial
pipeline processing is different...

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




More information about the Gstreamer-bugs mailing list