From c9925aeb7217f2125367edbef8a8fe14361e9988 Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> Date: Fri, 3 Dec 2004 15:02:07 +0100 Subject: [PATCH] ndb - fix in test suite --- ndb/test/src/NDBT_Test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp index 1434617c988..bbbde008938 100644 --- a/ndb/test/src/NDBT_Test.cpp +++ b/ndb/test/src/NDBT_Test.cpp @@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){ NdbThread_WaitFor(threads[i], &status); NdbThread_Destroy(&threads[i]); } + threads.clear(); }