Skip to content
Snippets Groups Projects
Commit d9942453 authored by Julien Michel's avatar Julien Michel
Browse files

COV: Fixing coverity issues (uninitialized scalar field)

parent 99c24492
Branches
Tags
No related merge requests found
......@@ -58,6 +58,10 @@ ONERAImageIO::ONERAImageIO()
m_FileByteOrder = BigEndian;
m_width = 0;
m_height = 0;
m_NbBands = 0;
}
ONERAImageIO::~ONERAImageIO()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment