summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-07-08 16:05:37 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-07-08 16:05:37 (GMT)
commit3b7b6b5192e943f13629b1790613ee8ae263eba3 (patch)
tree7f76e5d94e71cdb88c0d8368b1a28a026ce17e46 /src/network
parent4f8978312a8897e27b2e548fe85f2a76402aa17a (diff)
parentc47d821917a2761fb991eea4f0cfff62ac836011 (diff)
downloadQt-3b7b6b5192e943f13629b1790613ee8ae263eba3.zip
Qt-3b7b6b5192e943f13629b1790613ee8ae263eba3.tar.gz
Qt-3b7b6b5192e943f13629b1790613ee8ae263eba3.tar.bz2
Merge branch 4.7 into qt-4.8-from-4.7
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qhostinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp
index df7766e..d42c259 100644
--- a/src/network/kernel/qhostinfo.cpp
+++ b/src/network/kernel/qhostinfo.cpp
@@ -527,6 +527,7 @@ void QHostInfoRunnable::run()
iterator.remove();
hostInfo.setLookupId(postponed->id);
postponed->resultEmitter.emitResultsReady(hostInfo);
+ delete postponed;
}
}
}