On Thu, 18 Jun 2009 15:42:59 -0700, Luke J Crook <[email protected]> wrote:

> On Thu, 18 Jun 2009 03:40:01 -0700, Shawn Betts <[email protected]>  
> wrote:
>
>> I'm on OSX and I keep running into a "too many open files" error
>> message after a bunch of edit-test cycles. running lsof on my running
>> binary, it looks like the image files I load at start up are never
>> closed. Am I doing something wrong? I'm using lispbuilder-image's
>> load-and-convert-image to load them in.
>
> Looks like a bug. I'll try to release a patch soonish.
>

Definitely a bug. SDL_FreeRW is called to free the SDL_RWops structure.  
This call frees the allocated memory but does not close the associated  
file. Have to call SDL_RWclose instead.

- Luke
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to