Home / api / name / gb.releasefile 
GB.ReleaseFile
Syntax
void GB.ReleaseFile ( char **addr , long len )

Frees the memory used by a file loaded with GB.LoadFile.

You must call this function when you don't use the file anymore. Otherwise, you may create memory leaks!


See also
File Management