diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-01-27 22:43:58 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-01-27 22:43:58 (GMT) |
commit | 05f1e4f778a3535135339293953d89cee8874854 (patch) | |
tree | cb2617bd90fdbdd010c4e143abdcbb112fae9012 /src/H5EA.c | |
parent | c7407a8ccbe548c765da063204114107b5bb566a (diff) | |
download | hdf5-05f1e4f778a3535135339293953d89cee8874854.zip hdf5-05f1e4f778a3535135339293953d89cee8874854.tar.gz hdf5-05f1e4f778a3535135339293953d89cee8874854.tar.bz2 |
[svn-r16366] Description:
Add context pointer for extensible array client callbacks.
Tested on:
Mac OS X/32 (amazon)
FreeBSD/32 (duty)
(too minor to require full h5committest)
Diffstat (limited to 'src/H5EA.c')
-rw-r--r-- | src/H5EA.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -906,7 +906,7 @@ HDfprintf(stderr, "%s: Called\n", FUNC); } /* end if */ /* Release the extensible array wrapper */ - (void)H5FL_FREE(H5EA_t, ea); + ea = H5FL_FREE(H5EA_t, ea); CATCH |