Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Adding memory management breakpoints to an object that is being observed with KVO might break #6

Open
JaviSoto opened this issue Mar 28, 2013 · 0 comments
Labels

Comments

@JaviSoto
Copy link
Contributor

I should not be taking the class of the object with -class:

Class parentClass = [object class];

it should be

Class parentClass = object_getClass(object);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant