[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - include/comphelper
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 29 10:42:22 UTC 2021
include/comphelper/profilezone.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d5d1869ba4db302225f374ffa83c344a78839239
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 29 11:24:56 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Apr 29 12:41:47 2021 +0200
cid#1477405 Initialize members
Change-Id: I6e546875cf61394e0001000994fccbd8d6626428
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114844
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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)
{
More information about the Libreoffice-commits
mailing list