Merge pull request #104050 from ydeltastar/fix-debugger-leak

Fix debugger's memory leak when project closes itself
This commit is contained in:
Rémi Verschelde 2025-03-12 22:57:22 +01:00
commit 0d9237cdb1
No known key found for this signature in database
GPG Key ID: C3336907360768E1

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