summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMartin Petersson <martin.petersson@nokia.com>2011-03-10 12:30:37 (GMT)
committerMartin Petersson <martin.petersson@nokia.com>2011-03-10 12:36:27 (GMT)
commit3e2db2ed3c8f12534871cc1fb014210b471d55cf (patch)
treeba09880520f78532ba5b3503fd446d07d2a90e93 /tests/auto
parentbbc6358d5259951e3f1ede41301d303bc10948ba (diff)
downloadQt-3e2db2ed3c8f12534871cc1fb014210b471d55cf.zip
Qt-3e2db2ed3c8f12534871cc1fb014210b471d55cf.tar.gz
Qt-3e2db2ed3c8f12534871cc1fb014210b471d55cf.tar.bz2
tst_qnetworkreply: fix MiniHttpServer crash
Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qnetworkreply/tst_qnetworkreply.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
index 93e3051..a7e6f9f 100644
--- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
@@ -498,7 +498,6 @@ public slots:
if (doClose && client->bytesToWrite() == 0) {
client->disconnectFromHost();
disconnect(client, 0, this, 0);
- client = 0;
}
}
};