fpdebugger: fix another Free instead of ReleaseRef

git-svn-id: trunk@51580 -
This commit is contained in:
martin 2016-02-10 18:42:51 +00:00
parent 20e4fc2e10
commit 0edc9138ee

View File

@ -484,7 +484,7 @@ end;
destructor TDbgCallstackEntry.Destroy;
begin
FreeAndNil(FRegisterValueList);
FreeAndNil(FSymbol);
ReleaseRefAndNil(FSymbol);
inherited Destroy;
end;