HI all..
In my app, when i start it , consoel is showing a message like this..
Its a memory laking warning i guess...
What it means xactly???
The classes that mentioned are not used by me directly...
How to rectify this????
May be because of this my app is crashing in device, but works fine in simulator....
In my app, when i start it , consoel is showing a message like this..
Its a memory laking warning i guess...
Code:
2008-06-27 17:18:52.098 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x148e20 of class UICFFont autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30bac504 0x30b5a1dc 0x30b5a248 0x30b5a3cc 0x30b085e0 0x30afe088 0x30b02a00 0x30b02ee8 0x535d 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.171 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x14d7b0 of class UICGColor autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30bae790 0x30a7f5f4 0x30a7f6e8 0x30b08600 0x30afe088 0x30b02a00 0x30b02ee8 0x535d 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.217 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x14d400 of class UICGColor autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30bae790 0x30a7f5f4 0x30a7f180 0x30b08618 0x30afe088 0x30b02a00 0x30b02ee8 0x535d 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.232 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x14f5c0 of class UICFFont autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30bac504 0x30b08670 0x30afe088 0x30b02a00 0x30b02ee8 0x535d 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.300 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x14f5c0 of class UICFFont autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30b5b90c 0x30b5d064 0x30b0aa60 0x30b0d7d4 0x30b00acc 0x30b00c74 0x30b061dc 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.310 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x27dc8 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30b5ad14 0x30b5d07c 0x30b0aa60 0x30b0d7d4 0x30b00acc 0x30b00c74 0x30b061dc 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.346 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x151550 of class NSCFNumber autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x30692d6d 0x30a734d8 0x30a732f0 0x30b063f8 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.356 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x152690 of class NSCFDictionary autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x3025ac79 0x30a7350c 0x30a732f0 0x30b063f8 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.380 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x10d960 of class CAContextImpl autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x31ebe764 0x30a735ac 0x30a732f0 0x30b063f8 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.408 mySampleApp[592:4403] *** _NSAutoreleaseNoPool(): Object 0x109d30 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x306e36ef 0x30671c8f 0x30671c5b 0x3026f9cb 0x31ebf26c 0x30a774a8 0x30a6330c 0x30b064e8 0x30b00f94 0x30b00ff4 0x30b030dc 0x54a1 0x306761f1 0x306760bf 0x3143cc51)
2008-06-27 17:18:52.443 mySampleApp[592:20b]
What it means xactly???
The classes that mentioned are not used by me directly...
How to rectify this????
May be because of this my app is crashing in device, but works fine in simulator....