diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/htsinthash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsinthash.c b/src/htsinthash.c index 4b125c3..6e3eee7 100644 --- a/src/htsinthash.c +++ b/src/htsinthash.c @@ -1188,6 +1188,8 @@ inthash inthash_new(size_t initial_size) { hashtable->custom.key.hash = NULL; hashtable->custom.key.equals = NULL; hashtable->custom.key.arg = NULL; + hashtable->custom.error.fatal = NULL; + hashtable->custom.error.arg = NULL; } return hashtable; } |