From a49443b3f384c4941a6b7382914ea9ab837ce65e Mon Sep 17 00:00:00 2001 From: buzhuyu Date: Wed, 23 Nov 2022 19:33:54 +0800 Subject: [PATCH] solve the codex for monthly description:solve the codex for monthly issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I62R8Q Signed-off-by: buzhuyu --- tooling/agent/heapprofiler_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/agent/heapprofiler_impl.h b/tooling/agent/heapprofiler_impl.h index 615d38c1..4eaea012 100644 --- a/tooling/agent/heapprofiler_impl.h +++ b/tooling/agent/heapprofiler_impl.h @@ -172,7 +172,7 @@ private: const EcmaVM *vm_ {nullptr}; Frontend frontend_; HeapProfilerStream stream_; - uv_timer_t handle_; + uv_timer_t handle_ {}; }; } // namespace panda::ecmascript::tooling #endif \ No newline at end of file -- Gitee