larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Admob leaking in sample project #27

Closed walsht closed 11 years ago

walsht commented 11 years ago

Just ran the sample project through Instruments and it is leaking, see attached.

Easy to reproduce. Screen Shot 2013-01-18 at 10 42 38 AM

larsacus commented 11 years ago

Just from looking at the instruments trace, it looks like it's a string leaking in the actual AdMob library, which I really cannot do anything about.

walsht commented 11 years ago

Yep, just tested the AdMob sample project by itself and getting the same leaks, sorry about pulling the trigger on your code. Thanks.

Found this, guess they know about it. https://developers.google.com/mobile-ads-sdk/community/?place=topic%2Fgoogle-admob-ads-sdk%2FUh7jGvqNVg0%2Fdiscussion

larsacus commented 11 years ago

No worries. I'd rather get a request and close it than not have one at all. Thanks!