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).
procedure FreeMem(P: Pointer);
ImagingUtility (at line 124)