mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 03:38:01 +08:00
0022807: Loading of STEP entities in model during reading of STEP file requires redundant memory
This commit is contained in:
@@ -547,5 +547,13 @@ Handle(Standard_Transient) Interface_FileReaderTool::LoadedEntity
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void Interface_FileReaderTool::Destroy(){}
|
||||
void Interface_FileReaderTool::Destroy()
|
||||
{}
|
||||
|
||||
void Interface_FileReaderTool::Clear()
|
||||
{
|
||||
theproto.Nullify();
|
||||
thereader.Nullify();
|
||||
themodel.Nullify();
|
||||
thereports.Nullify();
|
||||
}
|
||||
Reference in New Issue
Block a user