Fix debugger's memory leak when project closes itself

This commit is contained in:
ydeltastar 2025-03-12 16:46:23 -03:00
parent 49cc57a75d
commit ddb94b9e9d
No known key found for this signature in database
GPG key ID: 98ED8D8EB56C2921

View file

@ -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) {