diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-18 14:54:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-18 14:54:22 (GMT) |
commit | ac0b9746301f65396ecada7704cc836d2a69c30c (patch) | |
tree | 5cd530ba58bc4d12e4595a86b799595164025abf /src/H5P.c | |
parent | 0b52a1324e8f9736ce5b4686cbec14d6102abbc9 (diff) | |
download | hdf5-ac0b9746301f65396ecada7704cc836d2a69c30c.zip hdf5-ac0b9746301f65396ecada7704cc836d2a69c30c.tar.gz hdf5-ac0b9746301f65396ecada7704cc836d2a69c30c.tar.bz2 |
[svn-r95] Tracked down memory bug.
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); |