diff --git a/src/map.c b/src/map.c index 618b891..246b2db 100644 --- a/src/map.c +++ b/src/map.c @@ -33,7 +33,7 @@ static struct bucket { CFWObject *key, *obj; uint32_t hash; -} deleted = {}; +} deleted = { NULL, NULL, 0 }; struct CFWMap { CFWObject obj;