Comment Re:Reference counting (Score 1) 560
mark and sweep would not have caught this. The obstacle object was still reachable (since it was reachable from the Event Subscriber object, which would definitely be reachable). You would be correct if the problem was that the obstacle object held a reference to itself.