summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorKenneth Lorthioir <ibelimb@gmail.com>2017-02-09 10:14:01 -0500
committerKenneth Lorthioir <ibelimb@gmail.com>2017-02-09 10:45:55 -0500
commitd36dde7c1ecaa26db1e7d070c892b48b02492777 (patch)
tree75ec59f71d6f898791585ae705f4f2ee85b5d16d /tools/editor/plugins
parentb19c9bd1983b8c72621595b7c22daade4ebf6625 (diff)
Remove memdelete of button in GIProbeEditor exit
This issue was causing a heap corruption on windows.
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/gi_probe_editor_plugin.cpp2
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 39f32d0dc7..925ac8ef11 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);
}