1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

valgrind: fix issues

This commit is contained in:
Alexander Alekhin
2019-06-13 19:02:54 +03:00
parent 81fad9e247
commit 3af1b6ecdc
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -437,6 +437,7 @@ Ptr<IVideoWriter> create_Images_writer(const std::string &filename, int, double,
{
if( writer->open( filename.c_str() ))
return makePtr<LegacyWriter>(writer);
delete writer;
}
catch (...)
{