Syntax
FreeMemory(*MemoryID)
Description
Free the memory previously allocated with AllocateMemory() or ReAllocateMemory(). If the specified *MemoryID is -1 then all the previously allocated memory areas are freed.
Code: Select all
*a.b=AllocateMemory(512)
FreeMemory(-1)BTW moderators, i hope this bug is fixed instead you erase bug posts as sometimes you do!





