LeakView: mem leak

git-svn-id: trunk@58385 -
This commit is contained in:
martin 2018-06-23 10:33:09 +00:00
parent d69dbdadfb
commit 4adec356bf

View File

@ -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