1destroy_gfx_mode_list(3) Allegro manual destroy_gfx_mode_list(3)
2
3
4
6 destroy_gfx_mode_list - Frees the list created by get_gfx_mode_list().
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void destroy_gfx_mode_list(GFX_MODE_LIST *mode_list);
14
16 Removes the mode list created by get_gfx_mode_list() from memory. Use
17 this once you are done with the generated mode list to avoid memory
18 leaks in your program.
19
20
22 get_gfx_mode_list(3), set_gfx_mode(3), set_color_depth(3)
23
24
25
26Allegro version 4.2.2 destroy_gfx_mode_list(3)