microsoft-authentication-library-common-for-objc
microsoft-authentication-library-common-for-objc copied to clipboard
Investigate possible memory leaking of NSDictionary when it is used in MSIDMacTokenCache
// Using the dictionary @{ key : value } syntax here causes _cache to leak. Yay legacy runtime!
NSDictionary *wrapper = [NSDictionary dictionaryWithObjectsAndKeys:cacheCopy, @"tokenCache",@CURRENT_WRAPPER_CACHE_VERSION, @"version", nil];