mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
#650 fclose()
This commit is contained in:
@@ -212,6 +212,9 @@ void IfcSpfStream::Close() {
|
||||
}
|
||||
#endif
|
||||
delete[] buffer;
|
||||
if (stream) {
|
||||
fclose(stream);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user