fix segfault in atom map hash when using "clear".

This commit is contained in:
Axel Kohlmeyer
2019-10-17 09:29:21 -04:00
parent 09c15ee630
commit 595aa7dff3
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ void Atom::map_delete()
map_bucket = NULL;
map_hash = NULL;
}
map_nhash = 0;
map_nhash = map_nbucket = 0;
}
}