提交 8a0fbf88 编写于 作者: Y YueBiang

IssueNo:#I42LGO

Description:fix codex bugs
Sig:graphic
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: NYueBiang <suyue7@huawei.com>
上级 9b847389
...@@ -29,6 +29,7 @@ void AutoTestCaseGroup::TearDownTestCase() ...@@ -29,6 +29,7 @@ void AutoTestCaseGroup::TearDownTestCase()
ListNode<AutoTestCase*>* node = testCaseList_.Begin(); ListNode<AutoTestCase*>* node = testCaseList_.Begin();
while (node != testCaseList_.End()) { while (node != testCaseList_.End()) {
delete node->data_; delete node->data_;
node->data_ = nullptr;
node = node->next_; node = node->next_;
} }
testCaseList_.Clear(); testCaseList_.Clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册