Destroying allocated Scintilla makes Notepad++ crash because created Scintilla view's pointer is added into _referees of Buffer object automatically. The deallocated scintilla view in _referees is used in Buffer::nextUntitledNewNumber(). So we do nothing here and let Notepad++ destroys allocated Scintilla while it exit and we keep this message for the sake of compability withe the existing plugins. Fix #4487, close #1500, close #5949pull/5957/head
parent
21939308b0
commit
4a80a125c0
Loading…
Reference in new issue