From 34b6a758013e3c2cec4f0e180be79a7c94260bc9 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Fri, 3 Feb 2017 00:21:59 +0300 Subject: Add missed variables initialization in constructors of few classes. --- src/base/QXmppStun.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/QXmppStun.cpp') 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) { } -- cgit v1.2.3