if statement causing 32 Byte leak?
if statement causing 32 Byte leak?
- Subject: if statement causing 32 Byte leak?
- From: "Mr. Gecko" <email@hidden>
- Date: Sat, 9 Jan 2010 19:15:16 -0600
Hello, I'm going through leak checking and it seems that a if statement is causing a leak that's 32 Bytes big. My if statement is
if (connections==nil) {
connections = [[NSMutableArray new] retain];
}
It says that if (connections==nil) is leaking 32 bytes which I have no idea how that could be possible. Yes I'm releasing connections after I'm done using it.
Should I just ignore this? Thanks,
Mr. Gecko
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden