mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
#650 Unsure about 1b5c20e14f
This commit is contained in:
@@ -168,6 +168,7 @@ IfcSpfStream::IfcSpfStream(const std::string& fn)
|
|||||||
eof = len == 0;
|
eof = len == 0;
|
||||||
ptr = 0;
|
ptr = 0;
|
||||||
fclose(stream);
|
fclose(stream);
|
||||||
|
stream = nullptr;
|
||||||
#ifdef USE_MMAP
|
#ifdef USE_MMAP
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user