On 18 September 2017 at 11:46, Siarhei Siamashka <[email protected]> wrote: > This fixes a few small memory leaks detected by valgrind. This memory > was allocated once on pixman library load and never freed (but still > was reachable). The fix only helps if the compiler has support for > __attribute__((constructor)) and __attribute__((destructor)) > function attributes. > > Reported-by: Emil Velikov <[email protected]> > Signed-off-by: Siarhei Siamashka <[email protected]>
Looks and works like a charm. FWIW Reviewed-by: Emil Velikov <[email protected]> Tested-by: Emil Velikov <[email protected]> -Emil _______________________________________________ Pixman mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pixman
