diff options
-rw-r--r-- | tools/h5tools.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5tools.c b/tools/h5tools.c index bdbd98e..f61a5a5 100644 --- a/tools/h5tools.c +++ b/tools/h5tools.c @@ -1612,6 +1612,7 @@ struct h5dump_str_t tempstr; } } } + free(out_buf); } @@ -1827,6 +1828,7 @@ static void display_string } } + free(out_buf); } |