You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the purposed adjustment from AppTyrant, another possible solution would be to add an else condition with CFobLicVerifier Lifecycle portion and CFRelease(_publicKey) when compiled with ARC:
I think there may be a memory leak in CFobLicVerifier when compiled with ARC (I'm running Xcode 7.2.1/ OS X 10.11.3).
@property (retain) __attribute__((NSObject)) SecKeyRef publicKey;
If I take that out, set the publicKey ivar directly and retain it (and release it when I'm done) that seemed to get rid of the leak.
The text was updated successfully, but these errors were encountered: