unload_datafile_object - Frees an object previously loaded by load_datafile_object(). Allegro game
Contents
Description
Frees an object previously loaded by load_datafile_object(). Use this to avoid memory leaks in your
program.
Name
unload_datafile_object - Frees an object previously loaded by load_datafile_object(). Allegro game
programming library.
See Also
load_datafile_object(3alleg4) Allegro version 4.4.3 unload_datafile_object(3alleg4)
Synopsis
#include<allegro.h>voidunload_datafile_object(DATAFILE*dat);
