Fix for the problem that SDL applications exited
commit7adb398fe4c466490fb4226108541f1a2a13db5c
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 May 2015 15:59:52 +0000 (9 15:59 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 May 2015 15:59:52 +0000 (9 15:59 +0000)
tree0c5c4be6143036da1aa090bb7d214ac0b9e96e81
parent04eeac142e38ea4c625ad4706da46efc77d03177
Fix for the problem that SDL applications exited
with an unfreed signal.

close_timer() was originally called by atexit() but
that had been disabled in the shared library.

The fix calls close_timer() in ADD2CLOSELIB().

This closes bug report
https://sourceforge.net/p/aros/bugs/480/

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@50636 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
SDL/SDL_main/SDL-1.2.15-aros.diff