ARM: Fix a memory leak with the table walker.

This commit is contained in:
Ali Saidi 2011-08-19 15:08:05 -05:00
parent 6779bd3e5d
commit 9b356adf54

View file

@ -663,7 +663,7 @@ TableWalker::doL1DescriptorWrapper()
currState->req = NULL;
currState->tc = NULL;
currState->delayed = false;
delete currState;
}
else if (!currState->delayed) {
// delay is not set so there is no L2 to do