Skip to content

Instantly share code, notes, and snippets.

@yatatsu
Created July 29, 2014 07:23
Show Gist options
  • Save yatatsu/9e321eb85f4e549746b5 to your computer and use it in GitHub Desktop.
Save yatatsu/9e321eb85f4e549746b5 to your computer and use it in GitHub Desktop.
mrc macro
#define RELEASE_SAFELY(__POINTER) { [__POINTER release]; __POINTER = nil; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment