Without any changes to my code except building against Qt 4.5 I get the following warning message when I run my application:
*** _NSAutoreleaseNoPool(): Object 0x50a1b0 of class NSCFNumber autoreleased with
no pool in place - just leaking
I am not using any Objective-C in my code but Qt 4.5 is using a new Cocoa based back end instead of Carbon.
I am not sure how to address and fix this error message. Anyone have a clue?