Sam Lantinga <slouken@libsdl.org> [Tue, 18 Aug 2009 03:26:53 +0000] rev 3238
David Carre to Sam
When i call the "SDL_Quit()" function, it call the func "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which call the "SDL_VideoQuit()" function.
It's where i'm lost, this function "SDL_VideoQuit()" will recall the "SDL_Quit()" function (i don't find where it is called), which in turn recall the "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which in turn recall "SDL_VideoQuit()", which cause a "double free" seg fault since it has been already called.
I have set the num_displays to 0 instead of 1, so it wont free it twice in the videoquit function loop.
Bob Pendleton <bob@pendleton.com> [Tue, 11 Aug 2009 21:27:19 +0000] rev 3237
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
Bob Pendleton <bob@pendleton.com> [Tue, 11 Aug 2009 21:15:18 +0000] rev 3236
I forgot to copy the dummy version to macosx.
Sam Lantinga <slouken@libsdl.org> [Tue, 11 Aug 2009 13:45:01 +0000] rev 3235
David Carre to Sam
Hello sam, me again.
I'v fixed another bug in the pandora code, it's on the no-X videodriver, i forgot to add some code to destroy the window so it was impossible to reload SDL inside the same application (eglTerminate).
You'll find the svn diff attached.
See you,
David.
Sam Lantinga <slouken@libsdl.org> [Fri, 07 Aug 2009 10:20:10 +0000] rev 3234
Fixed bug #746
Fixed freeze when trying to memset with 0 length
Sam Lantinga <slouken@libsdl.org> [Fri, 07 Aug 2009 09:44:40 +0000] rev 3233
Added request for SDL handling the desktop background window
Edgar Simo <bobbens@gmail.com> [Wed, 05 Aug 2009 16:31:49 +0000] rev 3232
Patch by Janosch Gräf <janosch.graef@gmx.net>
I just noticed that there are rarely error messages and added some.
Sam Lantinga <slouken@libsdl.org> [Wed, 05 Aug 2009 08:12:31 +0000] rev 3231
Add clipboard support to TODO list
Couriersud <couriersud@arcor.de> [Mon, 03 Aug 2009 18:07:31 +0000] rev 3230
Fixed compiling SDL_fsaudio.c against fusionsound 1.0.0
Sam Lantinga <slouken@libsdl.org> [Sun, 02 Aug 2009 20:45:11 +0000] rev 3229
Fixed type size for test_bit()