Skip to content

Use g_memdup2() with newer versions of GLib

Emmanuele Bassi requested to merge ebassi/cairo:ebassi/deprecations into master

The g_memdup() function has been deprecated, as it takes the size of the memory area as an unsigned integer. The g_memdup2() replacement uses the more appropriate size_t type, instead.

Merge request reports