diff options
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r-- | src/H5FDcore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c index b3cc84d..68a1e93 100644 --- a/src/H5FDcore.c +++ b/src/H5FDcore.c @@ -149,6 +149,7 @@ static const H5FD_class_t H5FD_core_g = { NULL, /*get_type_map */ NULL, /*alloc */ NULL, /*free */ + H5FD_core_term, /*terminate */ H5FD_core_get_eoa, /*get_eoa */ H5FD_core_set_eoa, /*set_eoa */ H5FD_core_get_eof, /*get_eof */ |