Update MemoryIOWrapper.h
parent
8030a3264a
commit
8cb0a59f95
|
@ -159,7 +159,7 @@ public:
|
||||||
/** Destructor. */
|
/** Destructor. */
|
||||||
~MemoryIOSystem() {
|
~MemoryIOSystem() {
|
||||||
for (auto &it : created_streams) {
|
for (auto &it : created_streams) {
|
||||||
MemoryIOSystem::Close(it);
|
delete it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue