equal
deleted
inserted
replaced
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(); |