summaryrefslogtreecommitdiffstats
path: root/src/H5Groot.c
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2010-02-12 17:20:49 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2010-02-12 17:20:49 (GMT)
commit4eefbc505a329d3c03d4470ce1240980a452beb9 (patch)
tree6563004b61b8c475a1f8cacd2523030b7f653684 /src/H5Groot.c
parent5768fb97f9faffe703b42914615c495ebd56678c (diff)
downloadhdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.zip
hdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.tar.gz
hdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.tar.bz2
[svn-r18234] Snapshot version 1.8 release 4 (snap11)
Diffstat (limited to 'src/H5Groot.c')
-rw-r--r--src/H5Groot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Groot.c b/src/H5Groot.c
index e4cdc46..f4a18ae 100644
--- a/src/H5Groot.c
+++ b/src/H5Groot.c
@@ -252,11 +252,12 @@ done:
if(f->shared->root_grp) {
if(f->shared->root_grp->shared)
f->shared->root_grp->shared = H5FL_FREE(H5G_shared_t, f->shared->root_grp->shared);
+ H5G_name_free(root_loc.path);
f->shared->root_grp = H5FL_FREE(H5G_t, f->shared->root_grp);
} /* end if */
if(f->shared->sblock)
f->shared->sblock->root_ent = (H5G_entry_t *)H5MM_xfree(f->shared->sblock->root_ent);
- H5G_name_free(root_loc.path);
+ /* H5G_name_free(root_loc.path);*/
} /* end if */
/* Mark superblock dirty in cache, if necessary */