diff main/Surveyer.cpp @ 666:7707d9175d55

Fix uninitialised pointer (and consequent crash on exit)
author Chris Cannam
date Tue, 26 Nov 2013 14:34:55 +0000
parents 17fe7e0c23a1
children 06f061c54b66
line wrap: on
line diff
--- a/main/Surveyer.cpp	Tue Nov 26 14:17:48 2013 +0000
+++ b/main/Surveyer.cpp	Tue Nov 26 14:34:55 2013 +0000
@@ -34,6 +34,7 @@
     m_hostname(hostname),
     m_testPath(testPath),
     m_surveyPath(surveyPath),
+    m_reply(0),
     m_nm(new QNetworkAccessManager)
 {
     QSettings settings;