After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 157246 - gstffmpegcolorspace leak fixes
gstffmpegcolorspace leak fixes
Status: RESOLVED DUPLICATE of bug 154815
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-03 16:14 UTC by Christophe Fergeau
Modified: 2005-10-03 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
leak fixes (1.16 KB, patch)
2004-11-03 16:14 UTC, Christophe Fergeau
none Details | Review

Description Christophe Fergeau 2004-11-03 16:14:06 UTC
Fixes leaks found using valgrind on totem-gst.
Comment 1 Christophe Fergeau 2004-11-03 16:14:37 UTC
Created attachment 33392 [details] [review]
leak fixes
Comment 2 Ronald Bultje 2004-11-06 23:27:00 UTC
I believe the fix is wrong. gst_caps_get_negotiated_caps() returns a const
pointer, so you do need to copy that. The leak you're getting might have been
because the caps isn't free'ed after gst_pad_try_set_caps(), which might happen
on failure (IIRC).
Comment 3 Ronald Bultje 2004-11-07 12:18:42 UTC
Hm, actually, we already had this...

*** This bug has been marked as a duplicate of 154815 ***