Re: [AD] Patch for al_uninstall_system() hanging after first call

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Wed, July 1, 2009 9:27 am, Kibiz0r said:
> /re-sent
>
> On Mon, Jun 15, 2009 at 12:43 AM, Kibiz0r <kibiz0r@xxxxxxxxxx> wrote:
>
>> 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.

This one looks good. Thanks, I will apply it.

Trent :{)>




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/