diff options
-rw-r--r-- | tools/h5toh4/h5toh4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4/h5toh4.c b/tools/h5toh4/h5toh4.c index 853bfd8..f5b2e93 100644 --- a/tools/h5toh4/h5toh4.c +++ b/tools/h5toh4/h5toh4.c @@ -315,7 +315,7 @@ int h5toh4(char *h5_filename, char *h4_filename) hid_t (*func)(void*); - find_objs_t *info = malloc(sizeof(find_objs_t)); + find_objs_t *info = HDmalloc(sizeof(find_objs_t)); |