https://bugs.kde.org/show_bug.cgi?id=382913
Boudewijn Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Boudewijn Rempt <[email protected]> --- Hm... I cannot reproduce it, and I don't see how this can happen -- the code does check whether the weak shared pointer to the image is still valid. int baseNumFrames() const { if (image.isNull()) return 0; KisImageAnimationInterface *i = image->animationInterface(); if (!i) return 1; return i->totalLength(); } Can you still reproduce the crash? -- You are receiving this mail because: You are watching all bug changes.
