summaryrefslogtreecommitdiffstats
path: root/src/H5FSsection.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-20 20:20:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-20 20:20:35 (GMT)
commit8a27e4f4a6a624931ba0b86444e8f21e8d735888 (patch)
tree9d82d6116ce2eb20be8f9a45ce468fd717ea2215 /src/H5FSsection.c
parent97f8b83e2d35fe3be71217977b339077cbbd46d8 (diff)
downloadhdf5-8a27e4f4a6a624931ba0b86444e8f21e8d735888.zip
hdf5-8a27e4f4a6a624931ba0b86444e8f21e8d735888.tar.gz
hdf5-8a27e4f4a6a624931ba0b86444e8f21e8d735888.tar.bz2
[svn-r18601] Description:
Bring r18581:18600 from trunk to revise_chunks branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5FSsection.c')
-rw-r--r--src/H5FSsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSsection.c b/src/H5FSsection.c
index 79baac0..ad622f0 100644
--- a/src/H5FSsection.c
+++ b/src/H5FSsection.c
@@ -712,7 +712,7 @@ HDfprintf(stderr, "%s: sinfo->bins[%u].sect_count = %Zu\n", FUNC, bin, sinfo->bi
HGOTO_ERROR(H5E_FSPACE, H5E_CANTCLOSEOBJ, FAIL, "can't destroy size tracking node's skip list")
/* Release free space list node */
- (void)H5FL_FREE(H5FS_node_t, fspace_node);
+ fspace_node = H5FL_FREE(H5FS_node_t, fspace_node);
/* Decrement total number of section sizes managed */
sinfo->tot_size_count--;