Renamed DisposeAndNil to FreeMemAndNil

git-svn-id: trunk@33378 -
This commit is contained in:
michael 2016-03-29 07:55:58 +00:00
parent 92b8bf97c0
commit 3e96806f7e
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ Type
{$ENDIF}
procedure FreeAndNil(var obj);
procedure DisposeAndNil(var p);
procedure FreeMemAndNil(var p);
{ interface handling }
{$i intfh.inc}

View File

@ -162,7 +162,7 @@ end;
temp.free;
end;
procedure DisposeAndNil(var p);
procedure FreeMemAndNil(var p);
var
temp:Pointer;