ComputationalRadiationPhysics / imresh

Shrink-Wrap Phase Reconstruction Algorithm
MIT License
3 stars 2 forks source link

Implementing proper pointer freeing #36

Closed Ferruck closed 8 years ago

Ferruck commented 8 years ago

As suggested while our meeting this implements calls to delete[] in the write out functions for proper memory management.

Fixes #27