FreeStructure()

语法

FreeStructure(*Item)
概要
Free the dynamic structure item previously allocated with AllocateStructure(). There is no need to call ClearStructure() before freeing the structure.

参数

*Item The address of the dynamic structure item to free. This must be a value returned from AllocateStructure().

返回值

无.

Remarks

If the program crashes at this command even though the input seems correct, it is usually a result of a memory corruption at an earlier time in the program by writing at an area outside of the allocated memory area. Such an error can be narrowed down to the real cause using the purifier debugger tool.

All remaining allocated dynamic structure items are automatically freed when the program ends.

参阅

AllocateStructure()

已支持操作系统

所有

<- FreeMemory() - Memory Index - MemorySize() ->