https://bugs.kde.org/show_bug.cgi?id=378206

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b...@valdyas.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #3 from Boudewijn Rempt <b...@valdyas.org> ---
I will confirm this bug. The issue is probably that the keyframe channels are
stored as pointers in a map; the channel that gets stored is an object held in
a QScopedPointer, so as soon as that goes out of scope, the references in the 

QMap<QString, QPointer<KisKeyframeChannel>> keyframeChannels;

map become dangling.

All use of keyframechannels should be rewritten to use shared pointers.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to