LeakView: added valgrind parser

git-svn-id: trunk@58360 -
This commit is contained in:
martin 2018-06-20 19:59:02 +00:00
parent c9775c281e
commit d84738e020

View File

@ -515,7 +515,7 @@ procedure THeapTrcInfo.ParseTraceLine(s: string; var line: TStackLine);
i := pos(' (', s);
if i < 3 then exit;
fn := copy(s,1,i-1);
Delete(s, 1, i);
Delete(s, 1, i+1);
i := pos(':', s);
if i < 3 then exit;