]> Creatis software - gdcm.git/commit
* src/gdcmFile.cxx : remove the default array of initialization.
authorregrain <regrain>
Fri, 4 Feb 2005 13:15:40 +0000 (13:15 +0000)
committerregrain <regrain>
Fri, 4 Feb 2005 13:15:40 +0000 (13:15 +0000)
commitae9bad0e2aaa3616b043719985ed32e114a4707f
tree8aff7563973b5a53b67781e59fc0510aa0aac583
parent51abd894d28414395ba07e24487276e85f4cd604
   * src/gdcmFile.cxx : remove the default array of initialization.
     The static array contained pointers to non-static values (comming from
     strings). To have coherences, when creating files, these values can't be
     static. So, the array can't be static, too ! To simplify, the array have
     been replaced by repeted lines to insert values in the File. Finally,
     it removes memory leaks.
   -- BeNours
ChangeLog
src/gdcmFile.cxx