.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_destroy_thread" "3" "" "Allegro reference manual" .SH NAME al_destroy_thread \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_thread(ALLEGRO_THREAD *thread) .EE .SH DESCRIPTION Free the resources used by a thread. Implicitly performs al_join_thread(3) on the thread if it hasn\[cq]t been done already. .PP Does nothing if \f[CR]thread\f[R] is NULL. .SH SEE ALSO al_join_thread(3).