FPDebug: mem leak

git-svn-id: trunk@43138 -
This commit is contained in:
martin 2013-10-06 23:39:24 +00:00
parent 5e07f183f4
commit a536c8460a

View File

@ -2432,6 +2432,8 @@ begin
finally
ReleaseRefAndNil(SubRoutine);
if Result = nil then
ReleaseRefAndNil(InfoEntry);
ReleaseRefAndNil(InfoEntry2);
end;
end;