MobjFree
Free an object.
Syntax
void MobjFree(
AIL_ID ObjId //in
)
Description
This function frees an object previously allocated using MobjAlloc.
All objects allocated on a particular system must be freed before the system can be freed, unless M_UNIQUE_ID was specified during allocation.
Parameters
ObjId (in, AIL_ID)
Specifies the identifier of the object.