diff options
Diffstat (limited to 'common/hash.c')
-rw-r--r-- | common/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/hash.c b/common/hash.c index 68a6d40..5572085 100644 --- a/common/hash.c +++ b/common/hash.c @@ -143,6 +143,7 @@ p11_hash_murmur3 (void *hash, h1 = rotl (h1, 13); h1 = h1 * 5 + 0xe6546b64; } + va_end (va); /* tail */ |