From e3e380a07b34b9da87f5835f2cc397e93ab534f5 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Tue, 17 Jul 2012 15:45:03 +0200 Subject: [Blackberry] Initialize dangling pointer This was causing the plugin to misbehave whenever the pointer was pointing to random memory address. This is a Qt4 only issue. Change-Id: Ibfe5eec52414b8c37d613b3a99f310ed1184c4ea Reviewed-by: Kevin Krammer Reviewed-by: Thomas McGuire Reviewed-by: Giuseppe D'Angelo --- src/plugins/platforms/blackberry/qbbintegration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/platforms/blackberry/qbbintegration.cpp b/src/plugins/platforms/blackberry/qbbintegration.cpp index 7371bd5..7e73e47 100644 --- a/src/plugins/platforms/blackberry/qbbintegration.cpp +++ b/src/plugins/platforms/blackberry/qbbintegration.cpp @@ -80,6 +80,7 @@ QT_BEGIN_NAMESPACE Q_DECLARE_METATYPE(screen_window_t); QBBIntegration::QBBIntegration() : + mScreenEventThread(0), mNavigatorEventHandler(new QBBNavigatorEventHandler()), mFontDb(new QGenericUnixFontDatabase()), mScreenEventHandler(new QBBScreenEventHandler()), -- cgit v0.12