summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/h4toh5main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h4toh5main.c b/tools/h4toh5main.c
index 4af7b90..25dc9e5 100644
--- a/tools/h4toh5main.c
+++ b/tools/h4toh5main.c
@@ -139,7 +139,7 @@ int main(int argc, char ** argv) {
break;
}
if (h5_filename != NULL) {
- free(h5_filename);
+ HDfree(h5_filename);
}
break;