summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-18 14:54:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-18 14:54:22 (GMT)
commitac0b9746301f65396ecada7704cc836d2a69c30c (patch)
tree5cd530ba58bc4d12e4595a86b799595164025abf /src/H5P.c
parent0b52a1324e8f9736ce5b4686cbec14d6102abbc9 (diff)
downloadhdf5-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 7c7bbbb..e8a5d16 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -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);