1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #17841 from vpisarev:fixed_fs_dtor

* fixed issue #17412

* Update test_io.cpp
This commit is contained in:
Vadim Pisarevsky
2020-07-17 05:28:50 +03:00
committed by GitHub
parent 9b7b22ee0e
commit 4564b8a224
2 changed files with 16 additions and 1 deletions
-1
View File
@@ -1819,7 +1819,6 @@ void FileStorage::endWriteStruct()
FileStorage::~FileStorage()
{
p.release();
}
bool FileStorage::open(const String& filename, int flags, const String& encoding)