Created
July 29, 2014 07:23
-
-
Save yatatsu/9e321eb85f4e549746b5 to your computer and use it in GitHub Desktop.
mrc macro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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