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 167878 - [buffer-frames-convert] buffer_frames_convert_link leaks memory
[buffer-frames-convert] buffer_frames_convert_link leaks memory
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal minor
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-19 14:50 UTC by Martin Holters
Modified: 2005-02-19 20:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for buffer_frames_convert_link. (1.00 KB, patch)
2005-02-19 14:53 UTC, Martin Holters
none Details | Review

Description Martin Holters 2005-02-19 14:50:54 UTC
Please describe the problem:
valgrind reports memory leaks from calls to gst_caps_copy by
buffer_frames_convert_link. The problem is caused by not always freeing othercaps.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Martin Holters 2005-02-19 14:53:28 UTC
Created attachment 37675 [details] [review]
Patch for buffer_frames_convert_link.

Attached is a patch that fixes the memory leaks.
Comment 2 Tim-Philipp Müller 2005-02-19 20:06:06 UTC
Applied, thanks.

Cheers
 -Tim