From: frog Date: Tue, 15 Apr 2003 10:32:20 +0000 (+0000) Subject: * Memory link hunt (by using valgrind --leak-check=yes PrintHeader). X-Git-Tag: Version0.3~60 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=541ed5b2824ff14630565a474b1406e58b677662;hp=541ed5b2824ff14630565a474b1406e58b677662;p=gdcm.git * 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) ---