Skip to content

gpu: Handle image creation failure for cairo ops

Matthias Clasen requested to merge gpu-fix-possible-leak into main

Handle this like we do for textures: If we can't create the image, just return NULL, and don't leak.

Merge request reports