Re: [AD] Patch for al_uninstall_system() hanging after first call |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Patch for al_uninstall_system() hanging after first call
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Wed, 1 Jul 2009 09:50:01 -0600 (MDT)
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 :{)>