Skip to content

[gstate] Fix cairo_font_options_t memory management

Behdad Esfahbod requested to merge behdad1/cairo:gstate-font-options into master

cairo_font_options_t has grown to have malloc'ed memory, so the previous code was leaking, and double-freeing.

Merge request reports