mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
Corrects wrong commit of debugln
git-svn-id: trunk@36216 -
This commit is contained in:
parent
eda1bfe2a0
commit
b8c1e3c858
@ -3142,7 +3142,7 @@ end;
|
||||
|
||||
procedure TLazIntfImage.FreeData;
|
||||
begin
|
||||
DebugLn(Format('[TLazIntfImage.FreeData] Self=%x Data=%x', [PtrUInt(Self), PtrUInt(FRawImage.Data)]));
|
||||
//DebugLn(Format('[TLazIntfImage.FreeData] Self=%x Data=%x', [PtrUInt(Self), PtrUInt(FRawImage.Data)]));
|
||||
if FDataOwner
|
||||
then ReallocMem(FRawImage.Data, 0)
|
||||
else FRawImage.Data := nil;
|
||||
|
Loading…
Reference in New Issue
Block a user