https://bugs.kde.org/show_bug.cgi?id=372184
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/53ea42754134e9c051a30987f |a/c7c3310f910ddcc6d1af1fe22 |850eec99fe99ec0 |73232d1b3f1da80 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c7c3310f910ddcc6d1af1fe2273232d1b3f1da80 by Dmitry Kazakov. Committed on 09/11/2016 at 10:41. Pushed by dkazakov into branch 'rempt/impex-refactoring'. Fix crash when closing images with shape layer + mask We shouldn't call any node's method that accesses parent() or next/prevSibling() in ctor and dtor. It is just unsafe. # Conflicts: # libs/ui/flake/kis_shape_layer.cc M +2 -3 libs/ui/flake/kis_shape_layer.cc M +7 -1 libs/ui/flake/kis_shape_layer_canvas.cpp M +2 -0 libs/ui/flake/kis_shape_layer_canvas.h M +9 -1 libs/ui/tests/util.h M +11 -0 plugins/impex/libkra/tests/kis_kra_saver_test.cpp M +2 -0 plugins/impex/libkra/tests/kis_kra_saver_test.h http://commits.kde.org/krita/c7c3310f910ddcc6d1af1fe2273232d1b3f1da80 -- You are receiving this mail because: You are watching all bug changes.