]> Creatis software - gdcm.git/commit
* vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
authorregrain <regrain>
Thu, 15 Jan 2004 10:24:24 +0000 (10:24 +0000)
committerregrain <regrain>
Thu, 15 Jan 2004 10:24:24 +0000 (10:24 +0000)
commit97a4e78229c03da87d956291f56485d5772c8cc1
tree6545f4ffff44ac9ceaa5fa7a6d279523cc96006b
parente3a31fcb86b0e19229473ad24788e5e9df423faa
 * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
       made a fatal error because of the memory release at the end of program.
       The problem was in vtkGdcmReader::ExecuteData where we were allocate
       some memory and vtk seems to have some problems with that.
     * src/gdcmHeaderEntrySet.cxx : bug fix for std lib and cout
     -- BeNours
ChangeLog
src/gdcmHeaderEntrySet.cxx
vtk/vtkGdcmReader.cxx