Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Created April 11, 2013 21:38
Show Gist options
  • Save aug2uag/5367417 to your computer and use it in GitHub Desktop.
Save aug2uag/5367417 to your computer and use it in GitHub Desktop.
Objective-C destructor example
-(void)dealloc {
delete obj;
[super dealloc];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment