summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-02-11 14:34:58 (GMT)
committerGitHub <noreply@github.com>2023-02-11 14:34:58 (GMT)
commit9d596b4a591725fa170abcea8f05d168075df69e (patch)
tree707892df19b055a6b6c7f8d3b72082957bd2d079 /src/H5Mpublic.h
parent2e8ea68d97933164d29c0c96f8c495ab17ede695 (diff)
downloadhdf5-9d596b4a591725fa170abcea8f05d168075df69e.zip
hdf5-9d596b4a591725fa170abcea8f05d168075df69e.tar.gz
hdf5-9d596b4a591725fa170abcea8f05d168075df69e.tar.bz2
corrected/added note about closing creation property list identifier (#2425)
* corrected/added note about closing creation property list identifier * removed immaterial \see APIs * added details to H5Literate
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r--src/H5Mpublic.h3
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
*
*/