GNOME Bugzilla – Bug 167878
[buffer-frames-convert] buffer_frames_convert_link leaks memory
Last modified: 2005-02-19 20:06:06 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:
Created attachment 37675 [details] [review] Patch for buffer_frames_convert_link. Attached is a patch that fixes the memory leaks.
Applied, thanks. Cheers -Tim