diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 4ea7470fe8d..56832afc70d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4644,6 +4644,10 @@ mark_object (argptr) | |||
| 4644 | h->size |= ARRAY_MARK_FLAG; | 4644 | h->size |= ARRAY_MARK_FLAG; |
| 4645 | 4645 | ||
| 4646 | /* Mark contents. */ | 4646 | /* Mark contents. */ |
| 4647 | /* Do not mark next_free or next_weak. | ||
| 4648 | Being in the next_weak chain | ||
| 4649 | should not keep the hash table alive. | ||
| 4650 | No need to mark `count' since it is an integer. */ | ||
| 4647 | mark_object (&h->test); | 4651 | mark_object (&h->test); |
| 4648 | mark_object (&h->weak); | 4652 | mark_object (&h->weak); |
| 4649 | mark_object (&h->rehash_size); | 4653 | mark_object (&h->rehash_size); |