Process data */ /* when we are through */ UNREF(data);
收集器找到的都是有用的数据;
2
If object B was not owned by anyone else, this is its last reference count which means this last unref runs B's dispose handler which, in turn, releases B's reference on object A.