diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-18 21:06:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-18 21:06:11 (GMT) |
commit | ef8604f3484a1547222ad73474e74788497d9079 (patch) | |
tree | af634636415858cb06d3b9f7981a54e1b0887eb2 /src/H5Apublic.h | |
parent | ac0b9746301f65396ecada7704cc836d2a69c30c (diff) | |
download | hdf5-ef8604f3484a1547222ad73474e74788497d9079.zip hdf5-ef8604f3484a1547222ad73474e74788497d9079.tar.gz hdf5-ef8604f3484a1547222ad73474e74788497d9079.tar.bz2 |
[svn-r96] Added "atexit" routines to each interface to free buffers allocated during
runtime. Isolated but can't figure out how to fix bug reported with purify.
Diffstat (limited to 'src/H5Apublic.h')
-rw-r--r-- | src/H5Apublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Apublic.h b/src/H5Apublic.h index 3823b28..d9f79ef 100644 --- a/src/H5Apublic.h +++ b/src/H5Apublic.h @@ -190,7 +190,7 @@ intn H5Ais_reserved(hatom_t atm /* IN: Group to search for the object in */ /****************************************************************************** NAME - H5Ashutdown - Terminate various static buffers. + H5A_term_interface - Terminate various static buffers. DESCRIPTION Free various buffers allocated in the H5A routines. @@ -199,7 +199,7 @@ intn H5Ais_reserved(hatom_t atm /* IN: Group to search for the object in */ Returns SUCCEED/FAIL *******************************************************************************/ -intn H5Ashutdown(void); +void H5A_term_interface(void); #ifdef __cplusplus } |