Fix bug for removed weak references
rb_darray_foreach gives a pointer to the entry, so we need to deference it to read the value.
Fix bug for removed weak references
rb_darray_foreach gives a pointer to the entry, so we need to deference
it to read the value.