]> Creatis software - clitk.git/commitdiff
Debug segmentation fault when apply the Crop tool
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 9 Dec 2015 11:08:16 +0000 (12:08 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 9 Dec 2015 11:08:16 +0000 (12:08 +0100)
vv/vvToolCropImage.cxx

index 19297d33332efd7d211d4f8a36d10eb5f3de3233..d191f04c63c10a97ee25ac69eae4a5d74af8a594 100644 (file)
@@ -265,7 +265,7 @@ void vvToolCropImage::apply()
   }
   // We MUST reset initial extend to input image before using the
   // filter to retrieve the correct image size
-  for(int i=0; i<mExtentSize; i++) {
+  for(int i=0; i<6; i++) {
     mReducedExtent[i] = mInitialExtent[i];
   }