[Mesa-dev] [PATCH] mesa: fix renderbuffer leak

Timothy Arceri tarceri at itsqueeze.com
Sat Apr 8 01:13:14 UTC 2017



On 08/04/17 02:25, Bartosz Tomczyk wrote:
> Patch didn't fix all leaks. There's one more still reported by ASAN:
>
> Direct leak of 2112 byte(s) in 12 object(s) allocated from:
>    #0 0x7fe18d168800 in calloc
> (/usr/lib/clang/3.9.1/lib/linux/libclang_rt.asan-x86_64.so
> <http://libclang_rt.asan-x86_64.so>+0xf6800)
>    #1 0x7fe181c141f6 in st_new_renderbuffer_fb
> /home/bartek/Devel/mesa/src/mesa/state_tracker/st_cb_fbo.c:277:11

Right, there was some internal renderbuffer creation going on that I 
didn't notice. This series should fix it:

https://patchwork.freedesktop.org/series/22708/


More information about the mesa-dev mailing list