[cairo] Patch to make pixman valgrind-happy

Behdad Esfahbod behdad at behdad.org
Mon May 16 11:48:32 PDT 2011


Hi,

Currently pixman dynamically allocates its implementation structures, which
leaves unfreed memory around even when one calls cairo_debug_reset_static_data().

One way to fix that would be to add a pixman_debug_reset_static_data(), and
call that from the cairo one.  That may be overkill though, given that the
attached patch does the trick for now.


Cheers,
behdad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixman-implementation-pool.patch
Type: text/x-diff
Size: 1057 bytes
Desc: not available
URL: <http://lists.cairographics.org/archives/cairo/attachments/20110516/e4974be7/attachment.patch>


More information about the cairo mailing list