make obj_free return true when it frees an object
Previously obj_free returned true when it could not free a slot because of a finalizer, and false when it successfully frees a slot.
make obj_free return true when it frees an object
Previously obj_free returned true when it could not free a slot because
of a finalizer, and false when it successfully frees a slot.