Blob Blame History Raw
From 07cdc487ae95079d11ce314d1416a028f585e5c5 Mon Sep 17 00:00:00 2001
From: Miklos Vajna <vmiklos@collabora.co.uk>
Date: Fri, 12 Jun 2015 11:23:37 +0200
Subject: [PATCH 038/398] CID#1306215 Uninitialized members

Change-Id: Ib1ff285d1f8180ecb0be8448ac4c2d1878dff274
(cherry picked from commit 90f9e09a176d9c9df3d79a057a27c34d441608df)
---
 libreofficekit/source/gtk/tilebuffer.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libreofficekit/source/gtk/tilebuffer.hxx b/libreofficekit/source/gtk/tilebuffer.hxx
index 42c6d35b112b..6e6c0beb48f3 100644
--- a/libreofficekit/source/gtk/tilebuffer.hxx
+++ b/libreofficekit/source/gtk/tilebuffer.hxx
@@ -51,7 +51,7 @@ float twipToPixel(float fInput, float zoom);
 class Tile
 {
  public:
-    Tile() : valid(false) {}
+    Tile() : valid(false), m_pBuffer(0) {}
     ~Tile() { }
 
     /**
-- 
2.12.0