diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-02-24 18:34:14 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-02-25 11:50:10 -0300 |
commit | f2ad7c5f127d744b1b34c0a7dcd423426d3503ea (patch) | |
tree | a43dc834a536de577ffec54e58c3f4327b5d52cf /editor/import_defaults_editor.h | |
parent | 58cb152565c9119a0e5732c26d4caa535a586279 (diff) | |
download | redot-engine-f2ad7c5f127d744b1b34c0a7dcd423426d3503ea.tar.gz |
Fix heap-use-after-free in Import Defaults Editor
Diffstat (limited to 'editor/import_defaults_editor.h')
-rw-r--r-- | editor/import_defaults_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/import_defaults_editor.h b/editor/import_defaults_editor.h index ff85a25b00..c1becac5e9 100644 --- a/editor/import_defaults_editor.h +++ b/editor/import_defaults_editor.h @@ -62,6 +62,7 @@ class ImportDefaultsEditor : public VBoxContainer { void _save(); protected: + void _notification(int p_what); static void _bind_methods(); public: |