Skip to content

picture: fix potential use-after-free on error

picture_InternalClone can fail and return NULL, so the clone picture must not be used in case of error.

Regression from e0b6a09a.

Merge request reports