This commit is contained in:
Thomas Krijnen
2022-03-19 14:45:19 +01:00
parent a43fae68b6
commit 1b5c20e14f
+3
View File
@@ -212,6 +212,9 @@ void IfcSpfStream::Close() {
}
#endif
delete[] buffer;
if (stream) {
fclose(stream);
}
}
//