From 9208228e2dc665e525824c9fd49865cc8c7f0434 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 8 May 2014 09:17:27 +0000 Subject: Missing NULL. --- src/htsinthash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3