diff options
Diffstat (limited to 'src/hash.c')
| -rw-r--r-- | src/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -357,6 +357,7 @@ struct hash_export_node hash_get_internal_node(void *ptr, const void *key) } struct hash_export_node ret; + memset(&ret, 0, sizeof(ret)); ret.node = NULL; return ret; } |