Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
unload_datafile(3) - Linux man page
Name
unload_datafile - Frees all the objects in a datafile. Allegro game programming library.
Synopsis
#include <allegro.h>
void unload_datafile(DATAFILE *dat);
Description
Frees all the objects in a datafile. Use this to avoid memory leaks in your program.
See Also
load_datafile
(3)
,
excustom
(3)
,
exdata
(3)
,
exexedat
(3)
,
exgui
(3)
,
exsprite
(3)
,
exunicod
(3)
Referenced By
load_datafile_callback
(3)