mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
LeakView: mem leak
git-svn-id: trunk@58385 -
This commit is contained in:
parent
d69dbdadfb
commit
4adec356bf
@ -768,10 +768,7 @@ begin
|
||||
|
||||
if IsValgrindLine(Trc[TrcIndex]) and IsHeaderLine(TrcIndex) // add valgrind headers
|
||||
then begin
|
||||
NewLine := TStackLine.Create; // No reference
|
||||
trace.RawStackData := Trc[TrcIndex]; // raw stack trace data
|
||||
// trace.Add(NewLine);
|
||||
NewLine.RawLineData := Trc[Trcindex]; // raw stack line data
|
||||
inc(Trcindex);
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user