mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 00:35:56 +02:00
fpdebug: fixed TDbgWinProcess.RemoveLib free lib, bug #29206, patch from Anton
git-svn-id: branches/fixes_1_6@50888 -
This commit is contained in:
parent
06659f7de1
commit
07bf2afcdc
@ -985,7 +985,7 @@ begin
|
|||||||
if Lib.DbgInfo.HasInfo
|
if Lib.DbgInfo.HasInfo
|
||||||
then FSymInstances.Remove(Lib);
|
then FSymInstances.Remove(Lib);
|
||||||
FLibMap.Delete(ID);
|
FLibMap.Delete(ID);
|
||||||
// TODO: Free lib ???
|
Lib.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TDbgWinBreakpoint }
|
{ TDbgWinBreakpoint }
|
||||||
|
Loading…
Reference in New Issue
Block a user