DragonFly On-Line Manual Pages

Search: Section:  


unload_datafile_object(3)       Allegro manual       unload_datafile_object(3)

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) Allegro version 4.4.2 unload_datafile_object(3)

Search: Section: