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

git-svn-id: branches/fixes_1_6@50888 -
This commit is contained in:
mattias 2015-12-17 22:10:36 +00:00
parent 06659f7de1
commit 07bf2afcdc

View File

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