mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 12:26:00 +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;
|
wpoinfo:=nil;
|
||||||
checkforwarddefs.free;
|
checkforwarddefs.free;
|
||||||
checkforwarddefs:=TFPObjectList.Create(false);
|
checkforwarddefs:=TFPObjectList.Create(false);
|
||||||
|
unitimportsyms.free;
|
||||||
|
unitimportsyms:=TFPObjectList.Create(false);
|
||||||
derefdata.free;
|
derefdata.free;
|
||||||
derefdata:=TDynamicArray.Create(1024);
|
derefdata:=TDynamicArray.Create(1024);
|
||||||
if assigned(unitmap) then
|
if assigned(unitmap) then
|
||||||
|
Loading…
Reference in New Issue
Block a user