Fix free objects count condition
Free objects have T_NONE as the builtin type. A pointer to a valid array element will never be NULL.
T_NONE
NULL
Fix free objects count condition
Free objects have
T_NONE
as the builtin type. A pointer to a validarray element will never be
NULL
.