]> Creatis software - gdcm.git/blobdiff - ChangeLog
* src/gdcmDocument.[cxx|h] : fix memory leaks. The return is suppressed
[gdcm.git] / ChangeLog
index 3f929ffda1ec90a9cc9bbfeabef1296802575c37..00f994e4a9da1e6d2f4d6e18cf8fef4e8dd3b99a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-15 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+  * src/gdcmDocument.[cxx|h] : fix memory leaks. The return is suppressed
+    because never used... and in the same time, that's remove some memory leaks
+
+2004-11-15 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+  * src/gdcmFile.cxx : now delete the PixelConvert instance.
+  * In examples and tests : change the type of image data variables from void*
+    to uint8_t*. Remmove all delete on image data variables
+
 2004-11-10 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
   * src/gdcmDocument.cxx : Set the file pointer TP to 0 in the constructors.
     Verify the file pointer value before open the file, and if it's not null,