Why do I have a memory leak in UIApplication
Posted
by saintmac
on Stack Overflow
See other posts from Stack Overflow
or by saintmac
Published on 2010-05-13T22:27:33Z
Indexed on
2010/05/13
22:34 UTC
Read the original article
Hit count: 253
I have an iphone app project. I analysed it using instruments memory leak tool. According to instruments I have 2 leaks the Trace is as follows:
start main UIAplicationMain _run CFRunLoopInMode CFRunLoopRunSpecific PurpleEventCallback _UIAplicationHandleEvent sendEvent: handleEvent:withNewEvent:
After this trace there are two separate traces. What causes this and how can I fix it?
© Stack Overflow or respective owner