fpdebug: fix free symbol

git-svn-id: trunk@48998 -
This commit is contained in:
martin 2015-05-12 18:25:45 +00:00
parent 8e4a8c8468
commit fe33405ec7

View File

@ -1813,7 +1813,7 @@ begin
if assigned(symproc) then
result.FuncName:=symproc.Name;
sym.Free;
sym.ReleaseReference;
end
end;