include/comphelper/profilezone.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c1c4d50d08eff7a38617839a896392a34c5183a2
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Apr 29 11:24:56 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Apr 29 11:57:57 2021 +0200

    cid#1477405 Initialize members
    
    Change-Id: I6e546875cf61394e0001000994fccbd8d6626428
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114837
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/include/comphelper/profilezone.hxx 
b/include/comphelper/profilezone.hxx
index 8eda2d773ac0..3431c20efcea 100644
--- a/include/comphelper/profilezone.hxx
+++ b/include/comphelper/profilezone.hxx
@@ -51,6 +51,8 @@ public:
     ProfileZone(const char* sName, bool bConsole = false)
         : NamedEvent(sName)
         , m_bConsole(bConsole)
+        , m_nPid(-1)
+        , m_nNesting(-1)
     {
         if (s_bRecording || m_bConsole)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to