changeset 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 7e0d135e6758
files .hgsubstate main/Surveyer.cpp
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Tue Nov 26 14:17:48 2013 +0000
+++ b/.hgsubstate	Tue Nov 26 14:34:55 2013 +0000
@@ -1,5 +1,5 @@
 236814e07bd07473958c1ff89103124536a0c3c8 dataquay
 3c5adc4a864fa75e5b1e67c260b77541aaa4f1f6 sv-dependency-builds
 933b5aed341a626a9db4a26df97ed73468211db4 svapp
-a299c4cec0f82099b61307b8f974fb12c6fb44fd svcore
+2010409af2039ef7c1e5a02d49b3f0c4a3bdddf3 svcore
 692a8b9804fe6b59cedf50d904a4bc983973d607 svgui
--- 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;