summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:43:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:43:56 (GMT)
commit92ba8d6a3308231c24e1f6fb271a4b412e86c7c3 (patch)
tree31b9bea5b64938c61d7d31eb33bcf432e6bf14b1 /src
parent3a66bae1d8f05f812dcc1be30af4ce878343530b (diff)
downloadhdf5-92ba8d6a3308231c24e1f6fb271a4b412e86c7c3.zip
hdf5-92ba8d6a3308231c24e1f6fb271a4b412e86c7c3.tar.gz
hdf5-92ba8d6a3308231c24e1f6fb271a4b412e86c7c3.tar.bz2
[svn-r18254] Description:
Larry asked me to revert an accidental change he made on Friday. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & production (too minor to require h5committest)
Diffstat (limited to 'src')
-rw-r--r--src/H5Groot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Groot.c b/src/H5Groot.c
index f4a18ae..733393f 100644
--- a/src/H5Groot.c
+++ b/src/H5Groot.c
@@ -252,12 +252,11 @@ 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 */