Commit 518d8a50 authored by unknown's avatar unknown

ndb - fix in test suite


ndb/test/src/NDBT_Test.cpp:
  clear threads when finished waiting
parent 2fe7dcbc
...@@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){ ...@@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){
NdbThread_WaitFor(threads[i], &status); NdbThread_WaitFor(threads[i], &status);
NdbThread_Destroy(&threads[i]); NdbThread_Destroy(&threads[i]);
} }
threads.clear();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment