Using refcounted interfaces can be difficult, especially when introducing them into legacy code.* Unfortunately, interfacing is key to breaking dependencies and making code more testable. There are only two approaches I have seen to debugging refcount issues: 1) Create a descendant of ...
More...