summaryrefslogtreecommitdiffstats
path: root/tools/src/h5jam/h5jam.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/h5jam/h5jam.c')
-rw-r--r--tools/src/h5jam/h5jam.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/h5jam/h5jam.c b/tools/src/h5jam/h5jam.c
index 2da104e..91eb937 100644
--- a/tools/src/h5jam/h5jam.c
+++ b/tools/src/h5jam/h5jam.c
@@ -330,11 +330,11 @@ main(int argc, char *argv[])
done:
if (ub_file)
- HDfree(ub_file);
+ free(ub_file);
if (input_file)
- HDfree(input_file);
+ free(input_file);
if (output_file)
- HDfree(output_file);
+ free(output_file);
if (plist >= 0)
H5Pclose(plist);