mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 07:49:33 +02:00
LeakView: Fix 1st line of trace without header
git-svn-id: trunk@44189 -
This commit is contained in:
parent
5b26ebd71a
commit
56a5db7ce2
@ -418,7 +418,8 @@ begin
|
||||
trace.BlockSize := 0;
|
||||
end;
|
||||
|
||||
inc(TrcIndex);
|
||||
if not IsTraceLine(Trc[TrcIndex]) then
|
||||
inc(TrcIndex);
|
||||
while (TrcIndex < Trc.Count) and (Pos(CallTracePrefix, Trc[TrcIndex]) = 0) and
|
||||
(Pos(RawTracePrefix, Trc[TrcIndex]) = 0)
|
||||
do begin
|
||||
|
Loading…
Reference in New Issue
Block a user