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:
@@ -1819,7 +1819,6 @@ void FileStorage::endWriteStruct()
|
||||
|
||||
FileStorage::~FileStorage()
|
||||
{
|
||||
p.release();
|
||||
}
|
||||
|
||||
bool FileStorage::open(const String& filename, int flags, const String& encoding)
|
||||
|
||||
Reference in New Issue
Block a user