* reset unitimportsymsderefs in tppumodule.reset, hopefully fixes

mantis #30289 (no feedback)

git-svn-id: trunk@34894 -
This commit is contained in:
Jonas Maebe 2016-11-13 16:42:04 +00:00
parent 7a57161b6d
commit 0117602b6e

View File

@ -173,6 +173,8 @@ var
ppufile.free;
ppufile:=nil;
end;
freederefunitimportsyms;
unitimportsymsderefs:=tfplist.create;
inherited reset;
end;