Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Created June 10, 2015 19:19
Show Gist options
  • Save kyrylo/6c2bb4e2509bc7e7098d to your computer and use it in GitHub Desktop.
Save kyrylo/6c2bb4e2509bc7e7098d to your computer and use it in GitHub Desktop.
char *foo = ALLOC_N(char, 10);
if (NIL_P(somestuff)) {
rb_raise(...)
}
xfree(foo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment