diff options
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r-- | src/H5Ocont.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c index 997ea0d..45b3e31 100644 --- a/src/H5Ocont.c +++ b/src/H5Ocont.c @@ -40,6 +40,7 @@ const H5O_class_t H5O_CONT[1] = {{ NULL, /*no copy method */ NULL, /*no size method */ NULL, /*default reset method */ + NULL, /* default free method */ NULL, /*get share method */ NULL, /*set share method */ H5O_cont_debug, /*debugging */ |