mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix debugger's memory leak when project closes itself
This commit is contained in:
parent
49cc57a75d
commit
ddb94b9e9d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue