logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unload_datafile_object - Frees an object previously loaded by load_datafile_object(). Allegro game

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);

See Also