Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created August 22, 2014 09:07
Show Gist options
  • Select an option

  • Save jdelStrother/7f2a2d86d2c2526a074a to your computer and use it in GitHub Desktop.

Select an option

Save jdelStrother/7f2a2d86d2c2526a074a to your computer and use it in GitHub Desktop.
int main(int argc, char * argv[])
{
DrawInfo* info = AcquireMagickMemory(sizeof(*info));
GetDrawInfo(NULL, info);
DestroyDrawInfo(info);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment