GNOME Bugzilla – Bug 691230
GeglTileBackendRam leaks memory when destroyed
Last modified: 2013-01-10 03:02:19 UTC
Created attachment 232863 [details] gcc -Wall -g -o leak_test leak_test.c `pkg-config --cflags --libs gegl-0.2` GeglTileBackendRam leaks all of its buffers when destroyed.
Created attachment 232864 [details] [review] Free all buffers when GeglTileBackendRam is finalized
That looks right, just add the space before the ( and wait for your git account :)
commit a8030a513acbdfe2465d390d23ef62f6e86efcff Author: Daniel Sabo <DanielSabo@gmail.com> Date: Sun Jan 6 00:55:14 2013 -0800 GeglTileBackendRam: Free all buffers in finalize() gegl/buffer/gegl-tile-backend-ram.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)