mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
leakview: less hints
This commit is contained in:
parent
66d72908dc
commit
1953dcda72
@ -250,7 +250,7 @@ var
|
||||
sz : Integer;
|
||||
begin
|
||||
sz := 32 + trace.Count * 16; // 8 hex digits for Size + 8 hex digits for Size
|
||||
SetLength(Result, sz);
|
||||
SetLength(Result{%H-}, sz);
|
||||
HexInt64ToStr(trace.BlockSize, Result, 1);
|
||||
HexInt64ToStr(hash(trace.RawStackData), Result, 17);
|
||||
for i := 0 to trace.Count - 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user