diff options
-rw-r--r-- | tubes/source/manager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx index c771727ab258..49cda03868b4 100644 --- a/tubes/source/manager.cxx +++ b/tubes/source/manager.cxx @@ -178,7 +178,7 @@ TeleConference* TeleManager::getConference() bool TeleManager::hasWaitingConference() { - return !pImpl->msCurrentUUID.isEmpty(); + return pImpl && !pImpl->msCurrentUUID.isEmpty(); } void TeleManager::setCurrentUuid( const OString& rUuid ) |