.\" Generated by the Allegro makedoc utility .TH unload_datafile 3 "version 4.2.2" "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 (3), .BR excustom (3), .BR exdata (3), .BR exexedat (3), .BR exgui (3), .BR exsprite (3), .BR exunicod (3)