浏览代码

Remove memdelete of button in GIProbeEditor exit

This issue was causing a heap corruption on windows.
Kenneth Lorthioir 8 年之前
父节点
当前提交
d36dde7c1e
共有 1 个文件被更改,包括 0 次插入2 次删除
  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);
 }