diff options
Diffstat (limited to 'src/H5P.c')
-rw-r--r-- | src/H5P.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |