diff --git a/level_zero/tools/source/sysman/linux/pmt/pmt.h b/level_zero/tools/source/sysman/linux/pmt/pmt.h index fdd50fa50b..fd273214f1 100644 --- a/level_zero/tools/source/sysman/linux/pmt/pmt.h +++ b/level_zero/tools/source/sysman/linux/pmt/pmt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Intel Corporation + * Copyright (C) 2021-2022 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -34,7 +34,7 @@ class PlatformMonitoringTech : NEO::NonCopyableOrMovableClass { protected: static uint32_t rootDeviceTelemNodeIndex; - std::string telemetryDeviceEntry; + std::string telemetryDeviceEntry{}; std::map keyOffsetMap; ze_result_t getKeyOffsetMap(std::string guid, std::map &keyOffsetMap); ze_result_t init(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice);