summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-07-08 22:08:15 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-07-08 22:08:15 (GMT)
commit8ff8d45451c1cf7d31750f945fe58067121e92f4 (patch)
tree56578302e33a3e36ebe59c989333932e85379410 /src/network/kernel
parent8f52cddb714fbdd616c813045e8ca1f96851bdfc (diff)
parent3b7b6b5192e943f13629b1790613ee8ae263eba3 (diff)
downloadQt-8ff8d45451c1cf7d31750f945fe58067121e92f4.zip
Qt-8ff8d45451c1cf7d31750f945fe58067121e92f4.tar.gz
Qt-8ff8d45451c1cf7d31750f945fe58067121e92f4.tar.bz2
Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: Flicking behaviour of ListView/GridView SnapOnItem is inconsistent Skip flick velocity test on Mac. Try again to fix flickable velocity on Mac. Try to fix Mac CI test failure Flickable is too sensitive. Reduce timing dependancy in flickable test Velocities reported by Flickable in onFlickStarted can be 0 Fix memory leak in QHostInfo Regression: Some QMenus are shown completely transparent in Symbian
Diffstat (limited to 'src/network/kernel')
-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;
}
}
}