summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 7cae8fb9a7d..7cc6881d67d 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -85,6 +85,12 @@ Options::Options (void)
{
}
+Options::~Options (void)
+{
+ delete concurrency_strategy_;
+ concurrency_strategy_ = 0;
+}
+
int
Options::parse_args (int argc, char *argv[])
{