mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 20:38:16 +02:00
fpdebugger: fix another Free instead of ReleaseRef
git-svn-id: trunk@51580 -
This commit is contained in:
parent
20e4fc2e10
commit
0edc9138ee
@ -484,7 +484,7 @@ end;
|
||||
destructor TDbgCallstackEntry.Destroy;
|
||||
begin
|
||||
FreeAndNil(FRegisterValueList);
|
||||
FreeAndNil(FSymbol);
|
||||
ReleaseRefAndNil(FSymbol);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user