Commits

Neil Fortner committed 6f3c8cad180
[svn-r20345] Purpose: Fix valgrind issues in tvlstr.cpp and H5CommonFG.cpp Description: Fixed bug in test_vlstring_dataset() where a c string was created and used without a null terminator, potentially causing memory errors. Fixed leak in H5::CommonFG::getComment() where a temporary variable would not be freed in case of error. Tested: Fedora