mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-23 17:21:08 +01:00
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.