.\" Generated by the Allegro makedoc utility .TH unload_datafile 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME unload_datafile \- Frees all the objects in a datafile. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void unload_datafile(DATAFILE *dat); .SH DESCRIPTION Frees all the objects in a datafile. Use this to avoid memory leaks in your program. .SH SEE ALSO .BR load_datafile (3alleg4), .BR excustom (3alleg4), .BR exdata (3alleg4), .BR exexedat (3alleg4), .BR exgui (3alleg4), .BR exsprite (3alleg4), .BR exunicod (3alleg4)