Re: [AD] Patch for al_uninstall_system() hanging after first call |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
In the current revision, this example (in Windows) hangs on the second call to al_uninstall_system()#include <allegro5/allegro5.h>
int main()
{
al_install_system(NULL);
al_uninstall_system();
al_install_system(NULL);
al_uninstall_system(); // hangs in _al_win_input_exit (win/winput.c:232)
return 0;
}Fix is attached.
--
Michael Harrington
Attachment:
hanging_winput.patch
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |