fbsamples / audience-network

Open source projects to demonstrate SDK and sample code usages and integration, and to collaborate and support peers in this community.
https://developers.facebook.com/docs/audience-network
Other
319 stars 370 forks source link

Strong retain cycle with Native Ad #66

Closed kried closed 6 years ago

kried commented 6 years ago

I've found a memory leak in your native sample.

If I set nativeAd.mediaCachePolicy = FBNativeAdsCachePolicyNone; and then I comment image loading images using method loadImageAsyncWithBlock: and don't download images, I see a retain cycle in memory graph.

leak
andrliu commented 6 years ago

Hi @kried, thanks for your feedback, we will look into that.

andrliu commented 6 years ago

Hi @kried, please refer to our latest sdk and sample code.