mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix debugger's memory leak when project closes itself
This commit is contained in:
@@ -1034,6 +1034,7 @@ void DebugAdapterProtocol::on_debug_paused() {
|
||||
void DebugAdapterProtocol::on_debug_stopped() {
|
||||
notify_exited();
|
||||
notify_terminated();
|
||||
reset_ids();
|
||||
}
|
||||
|
||||
void DebugAdapterProtocol::on_debug_output(const String &p_message, int p_type) {
|
||||
|
||||
Reference in New Issue
Block a user