From d54d7decfde22b2359c5cea3427ef38f3bb0dd22 Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Thu, 4 Jul 2019 10:31:14 +0200
Subject: [PATCH] BUG: fix unitialized member variable

---
 Modules/Core/PointSet/include/otbPointSetExtractROI.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
index 8f55da3497..901b74930f 100644
--- a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
+++ b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
@@ -32,7 +32,7 @@ namespace otb
  */
 template <class TInputPointSet, class TOutputPointSet>
 PointSetExtractROI<TInputPointSet, TOutputPointSet>
-::PointSetExtractROI()
+::PointSetExtractROI() : m_SizeX(0), m_StartY(0), m_SizeX(0), m_SizeY(0)
 {
 }
 
-- 
GitLab