unload_datafile_object - Man Page
Frees an object previously loaded by load_datafile_object(). Allegro game programming library.
Synopsis
#include <allegro.h>
void unload_datafile_object(DATAFILE *dat);
Description
Frees an object previously loaded by load_datafile_object(). Use this to avoid memory leaks in your program.
See Also
Referenced By
load_datafile_object(3), load_datafile_object_indexed(3).
version 4.4.3 Allegro manual