unload_datafile_object(3) - Linux man page

Name

unload_datafile_object - 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

load_datafile_object(3)

Referenced By

load_datafile_object_indexed(3)