Corrected coverity issue 1372965.

This commit is contained in:
Ward Fisher 2016-09-15 11:07:11 -06:00
parent a08be0a312
commit 49fb3241c6

View File

@ -177,6 +177,7 @@ NC4_put_propattr(NC_HDF5_FILE_INFO_T* h5)
if(ncstat != NC_NOERR) {
if(text != NULL) {
free(text);
text = NULL;
}
}