diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-03-01 01:08:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 01:08:02 (GMT) |
commit | d51c97e7f5efb4dac91f7135018ab85eca81999c (patch) | |
tree | fa43524f87f85e2057189d6a2ebc0aee034d7395 /src/H5Mpublic.h | |
parent | 197966eb9f46edfa4e837a3308a8fa776dd65014 (diff) | |
download | hdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.zip hdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.tar.gz hdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.tar.bz2 |
1.14 Merge doxygen plist tables changes #2470 from develop (#2503)
* Merge doxygen plist tables changes from develop
* Doxy corrections
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r-- | src/H5Mpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h index 2cea579..86fe433 100644 --- a/src/H5Mpublic.h +++ b/src/H5Mpublic.h @@ -352,6 +352,9 @@ H5_DLL hid_t H5Mget_val_type(hid_t map_id); * \details H5Mget_create_plist() returns an identifier for a copy of the * creation property list for a map object specified by \p map_id. * + * The creation property list identifier should be released with + * H5Pclose() to prevent resource leaks. + * * \since 1.12.0 * */ |