mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 04:46:45 +02:00
Merged revision(s) 51579-51580 #20e4fc2e10-#20e4fc2e10 from trunk:
fpdebbugger: fix releasing context / revision 50963 #b5434dee75 ........ fpdebugger: fix another Free instead of ReleaseRef ........ git-svn-id: branches/fixes_1_6@51581 -
This commit is contained in:
parent
0abbde5c35
commit
b4b19b35df
@ -484,7 +484,7 @@ end;
|
||||
destructor TDbgCallstackEntry.Destroy;
|
||||
begin
|
||||
FreeAndNil(FRegisterValueList);
|
||||
FreeAndNil(FSymbol);
|
||||
ReleaseRefAndNil(FSymbol);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
@ -525,7 +525,7 @@ begin
|
||||
params := params + v;
|
||||
end;
|
||||
end;
|
||||
AContext.Free;
|
||||
AContext.ReleaseReference;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user