include/comphelper/profilezone.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit d5d1869ba4db302225f374ffa83c344a78839239 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 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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@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) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits