mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
Renamed DisposeAndNil to FreeMemAndNil
git-svn-id: trunk@33378 -
This commit is contained in:
parent
92b8bf97c0
commit
3e96806f7e
@ -321,7 +321,7 @@ Type
|
||||
{$ENDIF}
|
||||
|
||||
procedure FreeAndNil(var obj);
|
||||
procedure DisposeAndNil(var p);
|
||||
procedure FreeMemAndNil(var p);
|
||||
|
||||
{ interface handling }
|
||||
{$i intfh.inc}
|
||||
|
@ -162,7 +162,7 @@ end;
|
||||
temp.free;
|
||||
end;
|
||||
|
||||
procedure DisposeAndNil(var p);
|
||||
procedure FreeMemAndNil(var p);
|
||||
|
||||
var
|
||||
temp:Pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user