Method
DexObjectunref
Declaration [src]
void
dex_unref (
DexObject* object
)
Description [src]
Releases a reference on the given object, and decreases its reference count by one.
If it was the last reference, the resources associated to the instance are freed.