1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed several issues found by static analysis

This commit is contained in:
Maksim Shabunin
2018-10-23 15:06:33 +03:00
parent e959f449ae
commit 0ccd810738
7 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ PFMDecoder::~PFMDecoder()
{
}
PFMDecoder::PFMDecoder()
PFMDecoder::PFMDecoder() : m_scale_factor(0), m_swap_byte_order(false)
{
m_strm.close();
}