Discussion:
[cairo] WIN32 Font 15.14 Patch for difference malloc _cairo_malloc
Friedrich Westermann
2018-10-05 06:22:07 UTC
Permalink
Hello,

I have found a small Bug in the latest Cairo Win32. The change from malloc to _cairo_malloc breaks the
_cairo_win32_scaled_font_init_glyph_path

_cairo:malloc returns NULL for bytesGlyph 0.


Here is a Patch to fix it

Loading...