Browse Source

Remove memdelete of button in GIProbeEditor exit

This issue was causing a heap corruption on windows.
Kenneth Lorthioir 8 years ago
parent
commit
d36dde7c1e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tools/editor/plugins/gi_probe_editor_plugin.cpp

+ 0 - 2
tools/editor/plugins/gi_probe_editor_plugin.cpp

@@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
 
 
 GIProbeEditorPlugin::~GIProbeEditorPlugin() {
-
-	memdelete(bake);
 }