fpdebug: fixed TDbgWinProcess.RemoveLib free lib, bug #29206, patch from Anton

git-svn-id: trunk@50887 -
This commit is contained in:
mattias 2015-12-17 22:10:23 +00:00
parent 03c19a6402
commit 8fd1210a8b

View File

@ -992,7 +992,7 @@ begin
if Lib.DbgInfo.HasInfo
then FSymInstances.Remove(Lib);
FLibMap.Delete(ID);
// TODO: Free lib ???
Lib.Free;
end;
{ TDbgWinBreakpoint }