GNOME Bugzilla – Bug 309125
[patch] memleak in gst/gstvalues.c
Last modified: 2005-06-30 10:09:54 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...
Created attachment 48410 [details] [review] Patches the memleak
Applied to 0.8 and HEAd, thankyou.