]> Creatis software - gdcm.git/commit
* Test/TestCopyDicom.cxx : the new dicom created is created empty, without
authorregrain <regrain>
Thu, 2 Dec 2004 15:14:15 +0000 (15:14 +0000)
committerregrain <regrain>
Thu, 2 Dec 2004 15:14:15 +0000 (15:14 +0000)
commit21fa56d0388883f63f4cccf55cb42967d7ea5c30
tree45808565ed6f35e0b43da6dc4cf2b13875ac6e97
parent3ba8c03aa6cb08add6599a1ec7b2b693a967db62
   * Test/TestCopyDicom.cxx : the new dicom created is created empty, without
     file name in input
   * src/gdcmSeqEntry.cxx : bug fix in destruction of an element
   * src/gdcmHeader.cxx : bug fix. Keep the string, otherwise it is destroyed.
     The string leaves only in the fonction. So when we make a .c_str(), we
     get the pointeur on the first element, element that will be destroyed
     immediately after thee instruction.
   * src/gdcmDocument.cxx : remove memory leaks. Bug fix when testing if the
     file has been opened : the test must be made on the content of the
     pointer and not directly on the pointer !
     Code formatting
   -- BeNours
ChangeLog
Testing/TestCopyDicom.cxx
src/gdcmDocument.cxx
src/gdcmHeader.cxx
src/gdcmSeqEntry.cxx