Comment 39 for bug 1263242

Revision history for this message
David Mathog (mathog) wrote :

Forgot one item. This patch also includes two valgrind suppression files: vg_fc.supp wcslen_sse2.supp

When valgrind is run like this:
 --suppressions=./wcslen_sse2.supp --suppressions=./vg_fc.supp

the first suppresses the wcslen_sse2 messages, and the second suppresses certain sets of messages about fontconfig. (The latter may indicate real memory issues, but these are outside of inkscape, so they don't belong in the valgrind output for an inkscape run.)