mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 337893: Missing cleanup of map
This commit is contained in:
parent
1c69515ad4
commit
616d9b7ce9
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ public class GDBRunControl_7_2_NS extends GDBRunControl_7_0_NS
|
|||
// by calling executeWithTargetAvailable() on the last one
|
||||
TargetAvailableOperationInfo info = fOperationsPending.removeLast();
|
||||
executeWithTargetAvailable(info.steps, info.rm);
|
||||
} else {
|
||||
execWithTargetAvailMap.remove(fCtx);
|
||||
}
|
||||
// no other rm.done() needs to be called, they have all been handled already
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue