Tim McDaniel This patch replaces all use of NSAutoreleasePool with the Apple recommended @autoreleasepool. @autoreleasepool is supposedly more efficient, and since it is scope based it can't be accidentally not released.
- Use @autoreleasepool instead of NSAutoReleasePool. - Code style fixups.
To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.