]> Creatis software - gdcm.git/blobdiff - TODO
* FIX : now, the DocEntries are all deleted in the gdcmElementSet.
[gdcm.git] / TODO
diff --git a/TODO b/TODO
index 271ae89fddb41aacbd201c696d67553e7ebdf12f..8b1b2f751ba0d5f1bc2902f266e6309b5e0ccca8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -72,6 +72,17 @@ Bah, comme Win32 pose encore pb:
 et si on prenait:
  radical + 147.144.143.155 + IP + time()
 
+-----------------------------------------------------------------------------
+Description: gdcmDicomDir and SQItem creation
+Date: 2004 Nov 16
+Attributed:
+Details: DicomDir creates some SQItem (by new). After that, it creates
+  the corresponding DicomDirPatient, etc. using the content of the SQItem
+  (the content is composed with some DocEntry's that can't be destroyed).
+  So, if the SQItem is deleted, then it's content is deleted to. But the 
+  DicomDirPatient, etc. use the content of the SQItem. Then, the SQItem can't
+  be deleted, and when have memory leaks
+
 -----------------------------------------------------------------------------
 Description: [BUG] Better handling of unfound Dicom dictionary.
              When gdcm doesn't find the Dicom dictionary (because it's
@@ -336,3 +347,4 @@ Comments:
       a.write(output);
    }
 -----------------------------------------------------------------------------
+