summaryrefslogtreecommitdiffstats
path: root/src/H5FL.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-10 02:08:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-10 02:08:32 (GMT)
commita56445f5c5e2e8e4a8032b9d9958247c08b51438 (patch)
treec6c8267078ae57d62008fe9649b263380f28160e /src/H5FL.c
parent5359456644af3f4fa07821c58cdb3818e2f515de (diff)
downloadhdf5-a56445f5c5e2e8e4a8032b9d9958247c08b51438.zip
hdf5-a56445f5c5e2e8e4a8032b9d9958247c08b51438.tar.gz
hdf5-a56445f5c5e2e8e4a8032b9d9958247c08b51438.tar.bz2
[svn-r18541] Description:
Bring further into alignment with current state of trunk. Tested on: Mac OS X/32 (10.6.3) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5FL.c')
-rw-r--r--src/H5FL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FL.c b/src/H5FL.c
index ee62f94..7068630 100644
--- a/src/H5FL.c
+++ b/src/H5FL.c
@@ -2133,7 +2133,7 @@ H5FL_fac_term(H5FL_fac_head_t *factory)
H5FL_blk_unlink(&(factory->queue));
/* Free factory info */
- H5FL_FREE(H5FL_fac_head_t,factory);
+ factory = H5FL_FREE(H5FL_fac_head_t, factory);
done:
FUNC_LEAVE_NOAPI(ret_value)