I just wanted somewhere to put SDL_Quit() in the hope that SDL would release the memory it's used up. As it doesn't seem to do anything though, you can probably take it out if you like!
Alex. ----- Original Message ----- From: "Christoph Reichenbach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 08, 2001 11:55 PM Subject: [freesci-develop] Re: cvs: freesci > Hi, > > > > Log message: > > 2001-12-08 Alexander R Angas <[EMAIL PROTECTED]> > > > [...] > > * src/include/engine.h: > > * src/engine/game.c: Added other_libs_exit() so libraries can clean up > > at the end of the program (for want of a better place to put it). > > This raises an interesting question: The console uses atexit() for this, > which is labelled as being conforming to the BSD and SysV APIs, plus ISO > 9899. How portable is this function? > > > llap, > Christoph > > >
