stif/TestEngine/src/TestModuleController.cpp
branchRCL_3
changeset 10 381827f66490
parent 0 a03f92240627
child 12 d27dfa8884ad
equal deleted inserted replaced
9:7e287c5c61f0 10:381827f66490
   391 
   391 
   392     // Release the test case array
   392     // Release the test case array
   393     iTestCaseArray.Close();
   393     iTestCaseArray.Close();
   394 
   394 
   395     // Release the config file array
   395     // Release the config file array
       
   396     iConfigFiles.ResetAndDestroy();
   396     iConfigFiles.Close();
   397     iConfigFiles.Close();
   397 
   398 
   398     // Release the config file array
   399     // Release the config file array
   399     iFailedEnumerateConfig.Reset();
   400     iFailedEnumerateConfig.ResetAndDestroy();
   400     iFailedEnumerateConfig.Close();
   401     iFailedEnumerateConfig.Close();
   401     
   402     
   402     // Release the children array
   403     // Release the children array
   403     iChildrenControllers.ResetAndDestroy();
   404     iChildrenControllers.ResetAndDestroy();
   404     iChildrenControllers.Close();
   405     iChildrenControllers.Close();