ARM: Fix a memory leak with the table walker.
This commit is contained in:
parent
6779bd3e5d
commit
9b356adf54
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ TableWalker::doL1DescriptorWrapper()
|
||||||
currState->req = NULL;
|
currState->req = NULL;
|
||||||
currState->tc = NULL;
|
currState->tc = NULL;
|
||||||
currState->delayed = false;
|
currState->delayed = false;
|
||||||
|
delete currState;
|
||||||
}
|
}
|
||||||
else if (!currState->delayed) {
|
else if (!currState->delayed) {
|
||||||
// delay is not set so there is no L2 to do
|
// delay is not set so there is no L2 to do
|
||||||
|
|
Loading…
Reference in a new issue