Skip to content

Instantly share code, notes, and snippets.

@bewebste
Created November 28, 2011 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bewebste/1402316 to your computer and use it in GitHub Desktop.
Save bewebste/1402316 to your computer and use it in GitHub Desktop.
Shameful code
- (oneway void)release
{
int retainCount = [self retainCount];
[super release];
if(retainCount == 2)
[resourceFiles removeObjectForKey:path];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment