[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 13 11:47:42 UTC 2021


 include/vcl/test/GraphicsRenderTests.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit e9059584f0ead5c463a48aa68ebef334d3a02d2a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 13 09:48:57 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jul 13 13:47:09 2021 +0200

    cid#1487472 Uninitialized scalar field
    
    Change-Id: I84333dc82904c50d887859e14490d5f38ceb2deb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118822
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx
index 7c0fca129669..d787b7ed012a 100644
--- a/include/vcl/test/GraphicsRenderTests.hxx
+++ b/include/vcl/test/GraphicsRenderTests.hxx
@@ -110,4 +110,9 @@ public:
     std::vector<VclTestResult>& getTestResults();
     OUString getResultString();
     void run(bool storeResultBitmap = false);
+
+    GraphicsRenderTests()
+        : m_aStoreResultantBitmap(false)
+    {
+    }
 };


More information about the Libreoffice-commits mailing list