1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-05 17:15:09 +00:00

Fix some bugs spotted by asan in editor debugger.

EditorDebuggerInspector is in tree, so it gets automatically deleted,
when clearing errors the debugger should not fake a process
notification.
This commit is contained in:
Fabio Alessandrelli
2020-03-05 12:24:49 +01:00
parent e8b68c48ea
commit e5ec499a92
2 changed files with 2 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ EditorDebuggerInspector::EditorDebuggerInspector() {
}
EditorDebuggerInspector::~EditorDebuggerInspector() {
clear_cache();
memdelete(variables);
}