提交 644b30e4 编写于 作者: O openharmony_ci 提交者: Gitee

!162 fix the codex that non-static class member is not initialized

Merge pull request !162 from niulihua/master
...@@ -729,6 +729,9 @@ void RootView::InitDrawContext() ...@@ -729,6 +729,9 @@ void RootView::InitDrawContext()
if (dc_.bufferInfo != nullptr) { if (dc_.bufferInfo != nullptr) {
InitMapBufferInfo(dc_.bufferInfo); InitMapBufferInfo(dc_.bufferInfo);
} }
bakDc_.bufferInfo = nullptr;
bakDc_.mapBufferInfo = nullptr;
} }
void RootView::DestroyDrawContext() void RootView::DestroyDrawContext()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册