提交 18c87d9b 编写于 作者: W wangtiantian 提交者: Gitee

IssueNo:#I3V8RK

Description:fix uidigitalclock bug
Sig:graphic
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: Nwangtiantian <wang_thinking@163.com>
上级 3b8e68eb
......@@ -241,6 +241,7 @@ UIDigitalClock::~UIDigitalClock()
{
for (uint8_t i = 0; i < TIME_ELEMENT_COUNT; i++) {
if (timeLabels_[i] != nullptr) {
Remove(timeLabels_[i]);
delete timeLabels_[i];
timeLabels_[i] = nullptr;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册