diff options
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r-- | src/H5Oattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c index ced7559..8b0326f 100644 --- a/src/H5Oattr.c +++ b/src/H5Oattr.c @@ -46,7 +46,8 @@ const H5O_class_t H5O_ATTR[1] = {{ H5O_attr_copy, /* copy the native value */ H5O_attr_size, /* size of raw message */ H5O_attr_reset, /* reset method */ - NULL, /* default free method */ + NULL, /* free method */ + NULL, /* file delete method */ NULL, /* get share method */ NULL, /* set share method */ H5O_attr_debug, /* debug the message */ |