Skip to content

Added checks for failed strdups in cairo-recording-surface.c

Heiko Lewin requested to merge hlewin/cairo:fix_memory_allocation into master

The result of strdup() was not checked for out-of-memory conditions and the branches of two if-statements seemingly needed to be switched (also for out-of-memory cases).

Merge request reports