GNOME Bugzilla – Bug 594691
rtph263pay: leak
Last modified: 2009-09-11 05:32:11 UTC
It leak Boundry structures.. Attaching a patch that allocates it on the stack instead of the heap to not have to worry about that.
You forgot to attach the patch ;)
Created attachment 142923 [details] [review] rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoid leaks
oops, seems like something is wrong with the "attach patch" in the new bug form (or maybe I did something wrong).
(In reply to comment #3) > oops, seems like something is wrong with the "attach patch" in the new bug form > (or maybe I did something wrong). Yes, sometimes it works and sometimes it doesn't :)commit 6db2526f7d1c64f413a8f52a4281c10a07e5c502 Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Wed Sep 9 18:13:29 2009 -0400 rtph263pay: Allocate Boundry structs on the stack instead of the heap to avo Fixes bug #594691.