diff options
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r-- | src/H5FDstdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c index 9bc4161..a11dfa8 100644 --- a/src/H5FDstdio.c +++ b/src/H5FDstdio.c @@ -208,6 +208,7 @@ static const H5FD_class_t H5FD_stdio_g = { NULL, /*get_type_map */ H5FD_stdio_alloc, /*alloc */ NULL, /*free */ + H5FD_stdio_term, /*terminate */ H5FD_stdio_get_eoa, /*get_eoa */ H5FD_stdio_set_eoa, /*set_eoa */ H5FD_stdio_get_eof, /*get_eof */ |