summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-04-29 11:24:56 +0300
committerTor Lillqvist <tml@collabora.com>2021-04-29 12:41:47 +0200
commitd5d1869ba4db302225f374ffa83c344a78839239 (patch)
treef4666c6de89aed41518fcf441d29b7d539a74d5a
parent481df1125871de9cb1ce1a38b459b9710a56324b (diff)
cid#1477405 Initialize members
Change-Id: I6e546875cf61394e0001000994fccbd8d6626428 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114844 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--include/comphelper/profilezone.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/comphelper/profilezone.hxx b/include/comphelper/profilezone.hxx
index 127e42d4daa3..86bbce20fc9b 100644
--- a/include/comphelper/profilezone.hxx
+++ b/include/comphelper/profilezone.hxx
@@ -52,6 +52,8 @@ class COMPHELPER_DLLPUBLIC ProfileZone : public NamedEvent
ProfileZone(const char* sName, bool bConsole = false)
: NamedEvent(sName)
, m_bConsole(bConsole)
+ , m_nPid(-1)
+ , m_nNesting(-1)
{
if (s_bRecording || m_bConsole)
{