diff options
Diffstat (limited to 'src/H5P.c')
-rw-r--r-- | src/H5P.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -449,6 +449,7 @@ herr_t H5P_release(hatom_t oid) if(dim->s->perm!=NULL) HDfree(dim->s->perm); HDfree(dim->s); + dim->s=NULL; } /* end if */ } /* end if */ HDfree(dim); |