mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
fmodule.pas, tmodule:
* reset: also free and reinstantiate unitimportsyms git-svn-id: trunk@33685 -
This commit is contained in:
parent
94d8d9927d
commit
a67fe62caa
@ -774,6 +774,8 @@ implementation
|
||||
wpoinfo:=nil;
|
||||
checkforwarddefs.free;
|
||||
checkforwarddefs:=TFPObjectList.Create(false);
|
||||
unitimportsyms.free;
|
||||
unitimportsyms:=TFPObjectList.Create(false);
|
||||
derefdata.free;
|
||||
derefdata:=TDynamicArray.Create(1024);
|
||||
if assigned(unitmap) then
|
||||
|
Loading…
Reference in New Issue
Block a user