-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assistance diagnosing leak? #7
Comments
In Add_User, you call IabHelper.startSetup() with an anonymous class that implements IabHelper.OnIabSetupFinishedListener. Do you call IabHelper.dispose() when Add_User is destroyed ? Here is what the doc says:
|
If you indeed do already call |
Fantastic, got it in one, thank you! |
I am having the save issue, and I am calling |
Just want to say, this library is a godsend, the problem i'm having however is actually discerning the location/cause of the leak? Which line should i be focussing on in order to find the culprit here?
It almost looks as if its coming from Google's IAB helpers?
Thanks!
The text was updated successfully, but these errors were encountered: