]> Creatis software - gdcm.git/blobdiff - ChangeLog
* src/gdcmDocument.[cxx|h] : fix memory leaks. The return is suppressed
[gdcm.git] / ChangeLog
index ed477178a92c8cdf08ef52fdafc445c23407720f..00f994e4a9da1e6d2f4d6e18cf8fef4e8dd3b99a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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*