[Insight-developers] Purify "Free Memory Reads"

Lorensen, William E (Research) lorensen@crd.ge.com
Fri, 28 Mar 2003 10:01:42 -0500


Hans,
The tests itkGE4 and itkSiemens are showing free memory read errors on the
purify output. As the message indicates, the code is accessing memory that
has been freed. I looked at the code and it has to do with doing a
GetFileName(), then a ReadHeader which does a SetFileName(), thus freeing
the data retured by the Get. The purify output shows who is freeing the
memory.

Bill