diff options
Diffstat (limited to 'tools/lib/h5tools.c')
-rw-r--r-- | tools/lib/h5tools.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index b9dd89a..0eba02b 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -24,9 +24,9 @@ #include <stdlib.h> #include "h5tools.h" +#include "h5tools_ref.h" #include "h5tools_str.h" #include "h5tools_utils.h" -#include "hdf5.h" #include "H5private.h" /* @@ -139,6 +139,9 @@ h5tools_close(void) rawdatastream = NULL; } + /* Clean up the reference path table, if it's been used */ + term_ref_path_table(); + /* Shut down the library */ H5close(); |