You've already forked godot
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:
@@ -91,6 +91,7 @@ EditorDebuggerInspector::EditorDebuggerInspector() {
|
||||
}
|
||||
|
||||
EditorDebuggerInspector::~EditorDebuggerInspector() {
|
||||
clear_cache();
|
||||
memdelete(variables);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user