summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-Tasks.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc
index 5a1955c..9b2bda1 100644
--- a/tests/test-Tasks.cc
+++ b/tests/test-Tasks.cc
@@ -43,6 +43,7 @@ class TestStackless : public StacklessTask {
StacklessBegin();
m_operation = new TestOperation();
StacklessOperation(m_operation->Do());
+ delete m_operation;
StacklessEnd();
}
TestOperation * m_operation;