So di andare un po' off-topic, ma visto che ora si parla di thread, è normale che la console mostri il seguente output al termine del thread?
codice:
2010-12-29 13:50:21.289 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c2af0 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.292 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c2f10 of class NSObject autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.293 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c6120 of class NSConcreteMapTable autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.293 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x68de10 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.294 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c6330 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.294 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c6350 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.295 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6aaeb0 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.299 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6aaef0 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.299 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c6870 of class NSConcreteMapTable autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.300 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6a3010 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.301 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x687090 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.301 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6c2a60 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.302 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x13c8000 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.302 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x13c7710 of class NSCFArray autoreleased with no pool in place - just leaking
2010-12-29 13:50:21.303 mono[316:61ff] *** __NSAutoreleaseNoPool(): Object 0x6a66a0 of class NSObject autoreleased with no pool in place - just leaking
anche se il programma funziona correttamente, come si può evitare questo output?