mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 19:39:28 +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
|
if IsValgrindLine(Trc[TrcIndex]) and IsHeaderLine(TrcIndex) // add valgrind headers
|
||||||
then begin
|
then begin
|
||||||
NewLine := TStackLine.Create; // No reference
|
|
||||||
trace.RawStackData := Trc[TrcIndex]; // raw stack trace data
|
trace.RawStackData := Trc[TrcIndex]; // raw stack trace data
|
||||||
// trace.Add(NewLine);
|
|
||||||
NewLine.RawLineData := Trc[Trcindex]; // raw stack line data
|
|
||||||
inc(Trcindex);
|
inc(Trcindex);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user