.TH "al_destroy_thread(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_destroy_thread \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_destroy_thread(ALLEGRO_THREAD\ *thread) \f[] .fi .SH DESCRIPTION .PP Free the resources used by a thread. Implicitly performs al_join_thread(3alleg5) on the thread if it hasn\[aq]t been done already. .PP Does nothing if \f[C]thread\f[] is NULL. .SH SEE ALSO .PP al_join_thread(3alleg5).