diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-08 22:08:15 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-08 22:08:15 (GMT) |
commit | 8ff8d45451c1cf7d31750f945fe58067121e92f4 (patch) | |
tree | 56578302e33a3e36ebe59c989333932e85379410 /src/network/kernel | |
parent | 8f52cddb714fbdd616c813045e8ca1f96851bdfc (diff) | |
parent | 3b7b6b5192e943f13629b1790613ee8ae263eba3 (diff) | |
download | Qt-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.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; } } } |