brend / FrameByFrame

An application for creating stop-motion animation
6 stars 1 forks source link

Warnings appear on console when scrolling #2

Closed brend closed 13 years ago

brend commented 13 years ago

Whenever the automatic scrolling feature is used, i.e. when a new picture is taken and the navigator scrolls to the right to keep it centered, the following warning is displayed:

*** __NSAutoreleaseNoPool(): Object 0x300610 of class NSCFNumber autoreleased with no pool in place - just leaking

This behavior occurs on the iMac, not on the MacBook Pro, both running 10.6.6. The warning seems to be generated by the Cocoa methods that do the scrolling; e.g., NSClipView-_immediateScrollToPoint is mentioned.

brend commented 13 years ago

On Lion (iMac), they no longer appear. That's good enough for me. Doo-hoo-hoo!