diff options
Diffstat (limited to 'src/pdumper.c')
| -rw-r--r-- | src/pdumper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index 0bc3a9bd958..83406343b98 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2717,8 +2717,7 @@ static void | |||
| 2717 | hash_table_freeze (struct Lisp_Hash_Table *h) | 2717 | hash_table_freeze (struct Lisp_Hash_Table *h) |
| 2718 | { | 2718 | { |
| 2719 | h->key_and_value = hash_table_contents (h); | 2719 | h->key_and_value = hash_table_contents (h); |
| 2720 | h->next = NULL; | 2720 | h->hash_next = NULL; |
| 2721 | h->hash = NULL; | ||
| 2722 | h->index = NULL; | 2721 | h->index = NULL; |
| 2723 | h->table_size = 0; | 2722 | h->table_size = 0; |
| 2724 | h->index_size = 0; | 2723 | h->index_size = 0; |