logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

destroy_gfx_mode_list - Frees the list created by get_gfx_mode_list(). Allegro game programming library.

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.

Name

       destroy_gfx_mode_list - Frees the list created by get_gfx_mode_list(). Allegro game programming library.

See Also

get_gfx_mode_list(3alleg4), set_gfx_mode(3alleg4), set_color_depth(3alleg4)

Allegro                                           version 4.4.3                   destroy_gfx_mode_list(3alleg4)

Synopsis

#include<allegro.h>voiddestroy_gfx_mode_list(GFX_MODE_LIST*mode_list);

See Also