GNOME Bugzilla – Bug 607285
cdxaparse leaks memory
Last modified: 2010-01-18 10:09:39 UTC
Steps to reproduce: gst-launch-0.10 -T filesrc location=random-clip.dat ! cdxaparse ! fakesink GstObject : 951 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 465403294 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... FREEING pipeline ... GstMiniObject : 19609 GstObject : 23 19609 have leaked
This should fix it: commit b263ae123c73386ec3c5674e9b5faf6c39c7c689 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jan 18 10:57:42 2010 +0100 cdxaparse: Fix buffer leak Fixes bug #607285.
Created attachment 151657 [details] [review] Patch file to fix the memory leak