diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:56:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:56:13 (GMT) |
commit | 754cf917b499d4774e8b0495755741f21e29037e (patch) | |
tree | f852dfe74382c9d0c04e6a513605648113f23778 /src/H5Ppkg.h | |
parent | 4629204d864aa936baca552d742e5d1c2bd1f15c (diff) | |
download | hdf5-754cf917b499d4774e8b0495755741f21e29037e.zip hdf5-754cf917b499d4774e8b0495755741f21e29037e.tar.gz hdf5-754cf917b499d4774e8b0495755741f21e29037e.tar.bz2 |
[svn-r5992] Purpose:
Bug fix
Description:
Generic property classes where incorrectly reference counting their
users, in certain cases, causing a memory leak.
Solution:
Cleanup reference counting code & unify in H5P_access_class()
Platforms tested:
FreeBSD 4.6 (sleipnir) w and w/o parallel
Linux 2.2.x (eirene) w/FORTRAN & C++
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/FORTRAN & parallel
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r-- | src/H5Ppkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h index a8609f3..475bfef 100644 --- a/src/H5Ppkg.h +++ b/src/H5Ppkg.h @@ -34,7 +34,6 @@ typedef enum { H5P_MOD_DEC_LST, /* Decrement the dependant list count*/ H5P_MOD_INC_REF, /* Increment the ID reference count*/ H5P_MOD_DEC_REF, /* Decrement the ID reference count*/ - H5P_MOD_CHECK, /* Just check about deleting the class */ H5P_MOD_MAX /* Upper limit on class modifications */ } H5P_class_mod_t; |