Diffusion Krita 0ba5fa87a638

Make KoDerivedResourceConverter::writeToSource safe for nullptr value as…

Authored by gladhorn on Oct 18 2016, 9:49 PM.

Description

Make KoDerivedResourceConverter::writeToSource safe for nullptr value as changed param

Only the first if was checking if changed is non-null, the code below dereferenced it unconditionally.
This wasn't a problem since the function was only called from one place,
but rather make it safe.

Details

Committed
gladhornOct 18 2016, 9:49 PM
Parents
R37:ad20d9123044: Remove unused member: KoRgbU8InvertColorTransformation::m_colorSpace
Branches
Unknown
Tags
Unknown