diff options
| author | Kenneth Lorthioir | 2017-02-09 10:14:01 -0500 |
|---|---|---|
| committer | Kenneth Lorthioir | 2017-02-09 10:45:55 -0500 |
| commit | d36dde7c1ecaa26db1e7d070c892b48b02492777 (patch) | |
| tree | 75ec59f71d6f898791585ae705f4f2ee85b5d16d | |
| parent | b19c9bd1983b8c72621595b7c22daade4ebf6625 (diff) | |
| download | godot-d36dde7c1ecaa26db1e7d070c892b48b02492777.tar.gz godot-d36dde7c1ecaa26db1e7d070c892b48b02492777.tar.zst godot-d36dde7c1ecaa26db1e7d070c892b48b02492777.zip | |
Remove memdelete of button in GIProbeEditor exit
This issue was causing a heap corruption on windows.
| -rw-r--r-- | tools/editor/plugins/gi_probe_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/gi_probe_editor_plugin.cpp b/tools/editor/plugins/gi_probe_editor_plugin.cpp index 39f32d0dc..925ac8ef1 100644 --- a/tools/editor/plugins/gi_probe_editor_plugin.cpp +++ b/tools/editor/plugins/gi_probe_editor_plugin.cpp @@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) { GIProbeEditorPlugin::~GIProbeEditorPlugin() { - - memdelete(bake); } |
