1
0
Fork 0
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:
Marc Khouzam 2011-04-06 03:01:34 +00:00
parent 1c69515ad4
commit 616d9b7ce9

View file

@ -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
}