Commits

Elena Pourmal committed d62e4b933b9
[svn-r20820] Maintenance: Fixed the bug found by coverity CID 788 There were two problems with this function: 1) it tried to unnecessary free NULL pointer 2) it tried to allocate c_name buffer that is done by H5Pget_class_name Fixed; tested on jam