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

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/krit
                   |                            |a/321bdfcd88eebd0eb16a00fd0
                   |                            |301d5d4558ce683
         Resolution|---                         |FIXED

--- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 321bdfcd88eebd0eb16a00fd0301d5d4558ce683 by Dmitry Kazakov.
Committed on 09/11/2016 at 14:50.
Pushed by dkazakov into branch 'krita/3.1'.

Fix a stupid crash in KisMimeData

Never ever pass anything, especially shared pointers by reference!
It is completely not obvious that the pointer is changed by the
function internally!

M  +9    -9    libs/ui/kis_mimedata.cpp
M  +1    -1    libs/ui/kis_mimedata.h

http://commits.kde.org/krita/321bdfcd88eebd0eb16a00fd0301d5d4558ce683

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit a70d80dc91c14d116406aff870496dff39788003 by Dmitry Kazakov.
Committed on 09/11/2016 at 14:49.
Pushed by dkazakov into branch 'krita/3.1'.

Fix a crash when D&D shape layers between images

saveNativeFormatCalligra() was public, so it could be called
by everyone. And d->savingImage should have been prepared for the
call.

M  +17   -3    libs/ui/KisDocument.cpp
M  +5    -2    libs/ui/KisDocument.h
M  +1    -1    libs/ui/kis_mimedata.cpp

http://commits.kde.org/krita/a70d80dc91c14d116406aff870496dff39788003

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

Reply via email to