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

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/ktexteditor/commit/f
                   |                            |f9ea7a83eb92f2e58a794d80404
                   |                            |ba084a9e06ca
         Resolution|---                         |FIXED

--- Comment #1 from Christoph Cullmann <cullm...@kde.org> ---
Git commit ff9ea7a83eb92f2e58a794d80404ba084a9e06ca by Christoph Cullmann.
Committed on 04/04/2021 at 10:31.
Pushed by cullmann into branch 'master'.

fix memory corruption on 'Close the file, discard..'

if you remove some file from the file system
that is open in a KTextEditor document, some
message will show up

if you click the 'Close the file, discarding its content.'
button, we unfortunately delete "this" if the container
application like Kate provides the necessary interface

delay this, like e.g. the vim commands do

(+ guard vim commands by passing context pointer to doc/view)

M  +6    -7    src/document/katedocument.cpp
M  +0    -6    src/document/katedocument.h
M  +2    -2    src/vimode/appcommands.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/ff9ea7a83eb92f2e58a794d80404ba084a9e06ca

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

Reply via email to