summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index f96d3f6..fa694b1 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -5782,7 +5782,7 @@ H5P_open_class_path(const char *path)
assert(path);
/* Duplicate the path to use */
- tmp_path=HDstrdup(path);
+ tmp_path=H5MM_xstrdup(path);
assert(tmp_path);
/* Find the generic property class with this full path */