brow / leaves

A page-turning interface for iOS apps
Other
1.44k stars 332 forks source link

when i try a different PDF file and load it to iPad... it got.. #7

Closed ghost closed 13 years ago

ghost commented 14 years ago

*\ _NSAutoreleaseNoPool(): Object 0x126460 of class NSCFData autoreleased with no pool in place - just leaking Stack: XXXX...XX

the main.m is same as general. Only thing i do is try another PDF with 133 page and load it to my iPad. Anyone got the same problem..?

arodeus commented 14 years ago

usually this error is related to a thread with no autorelease pool defined. Are you loading the PDF using a different thread instead of the main one?

ghost commented 13 years ago

after i use iOS4.2, the problem solved.