.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_destroy_config" "3" "" "Allegro reference manual" "" .SH NAME al_destroy_config \- Allegro 5 API .SH SYNOPSIS .IP .EX #include void al_destroy_config(ALLEGRO_CONFIG *config) .EE .SH DESCRIPTION Free the resources used by a configuration structure. Does nothing if passed NULL. .SH SEE ALSO al_create_config(3), al_load_config_file(3)