Commit b1f4a482 authored by unknown's avatar unknown
Browse files

ndb - fix in test suite


ndb/test/src/NDBT_Test.cpp:
  clear threads when finished waiting
parent abb1963d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){
    NdbThread_WaitFor(threads[i], &status);
    NdbThread_Destroy(&threads[i]);   
  }
  threads.clear();
}