-rw-r--r-- | core/apps/textedit/textedit.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index b81f3b4..ce868d6 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -1184,3 +1184,7 @@ void TextEdit::doGoto() { gotoEdit->hide(); - if(gotoEdit) delete gotoEdit; + if(gotoEdit) { + delete gotoEdit; + gotoEdit = 0; + } + bool ok; |