]> Creatis software - gdcm.git/commit
* Memory link hunt (by using valgrind --leak-check=yes PrintHeader).
authorfrog <frog>
Tue, 15 Apr 2003 10:32:20 +0000 (10:32 +0000)
committerfrog <frog>
Tue, 15 Apr 2003 10:32:20 +0000 (10:32 +0000)
commit541ed5b2824ff14630565a474b1406e58b677662
treeda11ebc514ddc1814b748e6d7cc8451ba20343a6
parent4a0c2407ec81e041c2e43781acec4c78c83fc487
  * Memory link hunt (by using valgrind --leak-check=yes PrintHeader).
        - added src/gdcmVR.cxx gdcmVR.h that objectify the previous
          gdcmHeader::_dicom_vr.
        - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR().
        - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to
          VRHT*.
        - gdcmGlobal global object contained class added (see src/gdcmUtil.x)
ChangeLog
src/Makefile.am
src/gdcmDictSet.cxx
src/gdcmDictSet.h
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmUtil.cxx
src/gdcmUtil.h
src/gdcmVR.cxx [new file with mode: 0644]
src/gdcmVR.h [new file with mode: 0644]