Skip to content
Commit 79f0530e authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Fix 'Crash on export'.

On destructing class UMLApp an already destroyed undo stack is
referenced. The fix is to guard access to undo stack with
m_pUndoStack != 0.

BUG:360172
FIXED-IN:2.18.3 (KDE Applications 2.18.3)
parent 22106779
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment