diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2019-07-25 17:30:48 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2019-07-25 17:30:48 +0100 |
commit | e51aa14208b6c0b87191b046ace6b9b59678969f (patch) | |
tree | 65abd480d359942900002eca0dce9657a41f2aea /editor/plugins/text_editor.h | |
parent | 510bb3789e6d5a0703ddbbdd6714548db4f3d7e0 (diff) | |
download | redot-engine-e51aa14208b6c0b87191b046ace6b9b59678969f.tar.gz |
Fix memory leaks with SyntaxHighlighters
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r-- | editor/plugins/text_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index ae0c0bcf93..3a330576ae 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -154,6 +154,7 @@ public: static void register_editor(); TextEditor(); + ~TextEditor(); }; #endif // TEXT_EDITOR_H |