From 8b7d073ee2338ffa58b2a6294760219f97153e13 Mon Sep 17 00:00:00 2001 From: Bernd Wachter Date: Mon, 11 Mar 2013 16:40:16 +0200 Subject: [PATCH] Initialize pendingRequests variable, fixing requests handling --- libssu/ssu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libssu/ssu.cpp b/libssu/ssu.cpp index 9bc0381..a32b84e 100644 --- a/libssu/ssu.cpp +++ b/libssu/ssu.cpp @@ -17,6 +17,7 @@ QTM_USE_NAMESPACE Ssu::Ssu(QString fallbackLog): QObject(){ errorFlag = false; fallbackLogPath = fallbackLog; + pendingRequests = 0; #ifdef SSUCONFHACK // dirty hack to make sure we can write to the configuration