Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CoreFoundation memory management in RCTImageStoreManager
Summary: I recently learned that CoreFoundation object lifecycle is not managed automatically by ARC. RN appears to be leaking a few refs, this small stack of diffs cleans them up. Changelog: [Internal][Fixed] Fixed memory management of CF objects in RCTImageStoreManager Reviewed By: fkgozali Differential Revision: D18308313 fbshipit-source-id: 35c1152753578825871c28e1070599cd409b3a34
- Loading branch information