Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.0
-
None
-
OS X 10.6.2; Macbook Pro 3,1; LGPL Qt 4.6.0 from http://get.qt.nokia.com/qt/source/qt-mac-cocoa-opensource-4.6.0.dmg
Description
When running any application using Qt (i,e. qtdemo or Qt via PyQt4) on Snow Leopard (the Cocoa library), I get the following warning:
Jan 15 17:46:28 machine qtdemo[9945]: *** __NSAutoreleaseNoPool(): Object 0x101601b10 of class NSCFNumber autoreleased with no pool in place - just leaking
A similar issues was reported in QTBUG-6754 (http://bugreports.qt.nokia.com/browse/QTBUG-6754), although the bug report is marked `Closed - cannot reproduce`. The bug appears rather trivially reproduced on Snow Leopard (10.6.2) by downloading and installing the SDK, followed by the Cocoa libraries and running qtdemo (checking Console for the warning).