summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-07-17 02:47:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-07-17 02:47:26 (GMT)
commit9cd32352ad91f881d243734c925a62aaf47e987a (patch)
treeca1df43a4b3670ab6da919da9f2fe12c3f477fb7 /src/H5Opkg.h
parent86925daca58cc037b3c0b943b203b0b00d548d51 (diff)
downloadhdf5-9cd32352ad91f881d243734c925a62aaf47e987a.zip
hdf5-9cd32352ad91f881d243734c925a62aaf47e987a.tar.gz
hdf5-9cd32352ad91f881d243734c925a62aaf47e987a.tar.bz2
[svn-r11079] Purpose:
Bug fix Description: Correct memory leak when a dataset is attempted to be opened, but turns out to be a group or named datatype. Also, clean up code that was leading to the leak and zero out empty group entries to help prevent similar errors in the future. Platforms tested: FreebSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h
index 116c223..bec95d7 100644
--- a/src/H5Opkg.h
+++ b/src/H5Opkg.h
@@ -196,7 +196,7 @@ H5_DLLVAR const H5O_class_t H5O_MTIME_NEW[1];
H5_DLLVAR const H5O_class_t H5O_PLIST[1];
/* Package-local function prototypes */
-H5_DLL void * H5O_read_real(H5G_entry_t *ent, const H5O_class_t *type,
+H5_DLL void * H5O_read_real(const H5G_entry_t *ent, const H5O_class_t *type,
int sequence, void *mesg, hid_t dxpl_id);
H5_DLL void * H5O_free_real(const H5O_class_t *type, void *mesg);