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 309125 - [patch] memleak in gst/gstvalues.c
[patch] memleak in gst/gstvalues.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-27 13:15 UTC by Antoine Tremblay
Modified: 2005-06-30 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patches the memleak (389 bytes, patch)
2005-06-27 13:16 UTC, Antoine Tremblay
none Details | Review

Description Antoine Tremblay 2005-06-27 13:15:13 UTC
When gstreamer creates a compatible pad template between 2 pads if there is a
list of strings to compare , it leaks the 1st string of the list like : 
pad : x-audio... layout = { g721, g234, g2222 } leaks 5 bytes... when compared
to another layout = {g721...}

see the proprosed patch...
Comment 1 Antoine Tremblay 2005-06-27 13:16:06 UTC
Created attachment 48410 [details] [review]
Patches the memleak
Comment 2 Ronald Bultje 2005-06-30 10:09:54 UTC
Applied to 0.8 and HEAd, thankyou.