This commit is contained in:
Thomas Krijnen
2022-03-19 20:18:12 +00:00
parent a1ba61636d
commit 2985bba157
+1
View File
@@ -168,6 +168,7 @@ IfcSpfStream::IfcSpfStream(const std::string& fn)
eof = len == 0;
ptr = 0;
fclose(stream);
stream = nullptr;
#ifdef USE_MMAP
}
#endif