Allow objects that are not of type RTypedData to use the default free function, as RTYPEDDATA_EMBEDDED_P can return a false positive when casting non-RTypedData objects
Related issues
Bug #20718: Objects created with Data_Make_Struct and the default free function are not freed
Fixes [Bug #20718] (#11576)
Fixes [Bug #20718]
Allow objects that are not of type
RTypedData
to use the default free function, asRTYPEDDATA_EMBEDDED_P
can return a false positive when casting non-RTypedData
objects