Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Memory leak #263

Open
sakrist opened this issue Nov 19, 2016 · 0 comments
Open

Memory leak #263

sakrist opened this issue Nov 19, 2016 · 0 comments

Comments

@sakrist
Copy link

sakrist commented Nov 19, 2016

Memory leaks in this place.

Because
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response will be executed in concurrence thread and no @autorelease in body of method.

It easy to test, just add break on objc_autoreleaseNoPool.
Read here how to do it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant