Commits

Jonathan Kim committed 6b6420a704a
[svn-r20235] Purpose: Fixing memory leak from h5diff when compared VLstring. Bug 1904 - h5ls : usage of '-a' option is not clear to display expected output Description: The leack was caused because H5Tdetect_class() returned FALSE when detecting VLstring type as H5T_VLEN. Changed to return TRUE for VLstring type. Tested: jam (linux32-LE)