summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2011-12-13 23:08:50 -0600
committerVan H. Lee <vanlee@us.ibm.com>2012-01-04 21:42:17 -0600
commitb3edcfa02fa31ed090d404322da2543c13a389ff (patch)
treef41a8866f7d4a9eabbcbc2b72e27f3ffa33ea657 /src/kernel
parent6ef4a1ccee37fe19408d671632eaf1d33225da96 (diff)
downloadtalos-hostboot-b3edcfa02fa31ed090d404322da2543c13a389ff.tar.gz
talos-hostboot-b3edcfa02fa31ed090d404322da2543c13a389ff.zip
HWPF: Create good HWP test case stress-test HWP, taskmgr, and malloc
- RTC4451 Change-Id: I3328ec3f032d7c8163fe63b683016357432ab976 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/580 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/futexmgr.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/futexmgr.C b/src/kernel/futexmgr.C
index ec0b5ed64..606e26c8c 100644
--- a/src/kernel/futexmgr.C
+++ b/src/kernel/futexmgr.C
@@ -100,6 +100,7 @@ uint64_t FutexManager::_wake(uint64_t * i_addr, uint64_t i_count)
task_t * wait_task = waiter->task;
iv_list.erase(waiter);
+ delete waiter;
// This means we had a waiter in the queue, but that waiter had
// a Null task assigned to it. This should NEVER happen
OpenPOWER on IntegriCloud