mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Date: Sun, 19 Aug 2007 18:29:28 +0200
From: Christian Walther Subject: Re: SDL 1.3 keyboard plan > 2007-08-18 19:15:51.454 checkkeys[5795] *** _NSAutoreleaseNoPool(): > Object 0x532750 of class NSSelectionArray autoreleased with no pool > in place - just leaking This is fixed by the attached patch.
This commit is contained in:
@@ -521,10 +521,13 @@ void
|
||||
Cocoa_QuitKeyboard(_THIS)
|
||||
{
|
||||
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
|
||||
NSAutoreleasePool *pool;
|
||||
|
||||
SDL_DelKeyboard(data->keyboard);
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
[data->fieldEdit release];
|
||||
[pool release];
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user