diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-08 16:05:37 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-08 16:05:37 (GMT) |
commit | 3b7b6b5192e943f13629b1790613ee8ae263eba3 (patch) | |
tree | 7f76e5d94e71cdb88c0d8368b1a28a026ce17e46 /src/network | |
parent | 4f8978312a8897e27b2e548fe85f2a76402aa17a (diff) | |
parent | c47d821917a2761fb991eea4f0cfff62ac836011 (diff) | |
download | Qt-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.cpp | 1 |
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; } } } |