aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppStun.cpp')
-rw-r--r--src/base/QXmppStun.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp
index 86d4004a..f4bd7bb0 100644
--- a/src/base/QXmppStun.cpp
+++ b/src/base/QXmppStun.cpp
@@ -2518,7 +2518,8 @@ public:
};
QXmppIceConnectionPrivate::QXmppIceConnectionPrivate()
- : gatheringState(QXmppIceConnection::NewGatheringState)
+ : connectTimer(NULL)
+ , gatheringState(QXmppIceConnection::NewGatheringState)
, turnPort(0)
{
}