diff options
-rw-r--r-- | src/plugins/platforms/blackberry/qbbintegration.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/platforms/blackberry/qbbintegration.cpp b/src/plugins/platforms/blackberry/qbbintegration.cpp index 6283bb1..bfd1eb8 100644 --- a/src/plugins/platforms/blackberry/qbbintegration.cpp +++ b/src/plugins/platforms/blackberry/qbbintegration.cpp @@ -178,8 +178,10 @@ QBBIntegration::~QBBIntegration() delete mLocaleThread; #endif +#if !defined(Q_OS_BLACKBERRY) // stop/destroy event thread delete mScreenEventThread; +#endif // stop/destroy navigator event handling classes delete mNavigatorEventNotifier; @@ -209,7 +211,6 @@ QBBIntegration::~QBBIntegration() QBBGLContext::shutdown(); #if defined(Q_OS_BLACKBERRY) - delete mBpsEventFilter; bps_shutdown(); #endif |