Fix use-after-free in `EditorHelp`
This commit is contained in:
parent
739019e4e4
commit
6435112e97
|
@ -3024,6 +3024,7 @@ void EditorHelp::update_doc() {
|
||||||
void EditorHelp::cleanup_doc() {
|
void EditorHelp::cleanup_doc() {
|
||||||
_wait_for_thread();
|
_wait_for_thread();
|
||||||
memdelete(doc);
|
memdelete(doc);
|
||||||
|
doc = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector<Pair<String, int>> EditorHelp::get_sections() {
|
Vector<Pair<String, int>> EditorHelp::get_sections() {
|
||||||
|
|
Loading…
Reference in New Issue