objective c - Potential leak IPhone App -


harrisannotation *harrisannotation = [[harrisannotation alloc] init];  [self.mapannotations insertobject:harrisannotation atindex:0];  [harrisannotation release]; 

running analyze on project show

potential leak of object

for

harrisannotation 

never mind, i'm not used using xcode. line below.


Comments

Popular posts from this blog

objective c - Deep Linking for iOS Apps which are not installed yet? -

Changing nested dictionary in VBA -

javascript - SignalR sharing connection between 2 apps -