FreeMem Function
ImagingUtility

Replacement of standard System.FreeMem procedure which checks if P is nil (this is only needed for Free Pascal, Delphi makes checks in its FreeMem).

Pascal
procedure FreeMem(P: Pointer);
File

ImagingUtility (at line 124)

Related Information
You are here: Symbol Reference > Functions > FreeMem Function