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

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -