Interest fix
Since wp_object_manager_lookup_full
always takes ownership of the object interest, and the Lua API always unreferences the object interest when passed as a parameter and after running out of scope, this fix adds a _ref
and _unref
API in the object interest to avoid a double-free crash in Lua object_manager_lookup
API.