[gstreamer-bugs] [Bug 408278] memory leak with gstvideorate
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Feb 15 07:51:54 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=408278
GStreamer | gst-plugins-base | Ver: 0.10.11
------- Comment #1 from Yves Lefebvre 2007-02-15 15:50 UTC -------
Created an attachment (id=82611)
--> (http://bugzilla.gnome.org/attachment.cgi?id=82611&action=view)
patch for this bug
before fix (valgrind output) :
==20910== LEAK SUMMARY:
==20910== definitely lost: 36 bytes in 1 blocks.
==20910== indirectly lost: 120 bytes in 10 blocks.
==20910== possibly lost: 0 bytes in 0 blocks.
==20910== still reachable: 364,398 bytes in 5,237 blocks.
after fix (less reachable memory):
==8391== LEAK SUMMARY:
==8391== definitely lost: 36 bytes in 1 blocks.
==8391== indirectly lost: 120 bytes in 10 blocks.
==8391== possibly lost: 0 bytes in 0 blocks.
==8391== still reachable: 155,636 bytes in 2,279 blocks.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list