.\" Generated by the Allegro makedoc utility .TH destroy_gfx_mode_list 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME destroy_gfx_mode_list \- Frees the list created by get_gfx_mode_list(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_gfx_mode_list(GFX_MODE_LIST *mode_list); .SH DESCRIPTION Removes the mode list created by get_gfx_mode_list() from memory. Use this once you are done with the generated mode list to avoid memory leaks in your program. .SH SEE ALSO .BR get_gfx_mode_list (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_color_depth (3alleg4)