X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageReSlicerBox.cxx;h=57607c1b216e3a09fb8b99e6302564b578f59e67;hb=74a3edf7daa058147c5308ff230a2c3d7658d9ef;hp=71cb3fa379f950536b3dafd54d62b290137c3416;hpb=2aad4ea488fa7bf60864e6f9ee49e5f5247861d7;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.cxx b/PackRecalage/src/bbPackRecalageReSlicerBox.cxx index 71cb3fa..57607c1 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.cxx +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.cxx @@ -65,8 +65,11 @@ void ReSlicerBox::bbUserFinalizeProcessing() // THE FINALIZATION METHOD BODY : // Here does nothing // but this is where you should desallocate the internal/output pointers -// if any - +// if any + image->Delete(); + slicer->Delete(); + imageResult->Delete(); } } -// EO namespace bbPackRecalage \ No newline at end of file +// EO namespace bbPackRecalage +