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

Fixed two issues found by static analysis

This commit is contained in:
Maksim Shabunin
2018-02-26 00:16:02 +03:00
parent 24bed38c2b
commit 7c855aa3e1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -775,6 +775,7 @@ bool TiffEncoder::writeLibTiff( const std::vector<Mat>& img_vec, const std::vect
}
default:
{
TIFFClose(pTiffHandle);
return false;
}
}