Skip navigation.
 
mlRe: Strange leak reported by leaks command line tool
FROM : Hamish Allan
DATE : Mon Jun 16 21:14:37 2008

On Mon, Jun 16, 2008 at 4:51 PM, Jens Alfke <<email_removed>> wrote:

> or your code is running on a background thread that doesn't have an autorelease pool.


Or it has an autorelease pool, but never drains it. Maybe the OP is
running a select() loop with an autorelease pool around it rather than
within it?

Hamish

Related mailsAuthorDate
mlStrange leak reported by leaks command line tool Aarno Syvänen Jun 16, 12:08
mlRe: Strange leak reported by leaks command line tool Igor Mozolevsky Jun 16, 12:57
mlRe: Strange leak reported by leaks command line tool Jens Alfke Jun 16, 17:51
mlRe: Strange leak reported by leaks command line tool Hamish Allan Jun 16, 21:14
mlRe: Strange leak reported by leaks command line tool Jens Alfke Jun 17, 04:32