• Ryan C. Gordon's avatar
    Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe · 91121c31
    Ryan C. Gordon authored
     if SDL is built with a non-cdecl calling convention, and it's just generally
     bad practice anyhow.
    
    Now programs explicitly call SDL_Quit() where appropriate, wrap SDL_Quit() in
     a cdecl function where it can't be avoided, and rely on the parachute where
     a crash might have hit the atexit() before (these ARE test programs, after
     all!).
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401154
    91121c31
testpalette.c 9.5 KB