Skip to content
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

Close two memory leaks #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markproxy
Copy link

- Eliminate field that retains reference to Context
- A class within AppsFlyer lib (AFKeyStore) fails to release its reference to the plugin's AppsFlyerRequestListener, so we need to wrap AppsFlyerRequestListener's reference to CallbackContext in a WeakReference so that it can be garbage-collected, along with its web view and associated activity
- This addresses Issue AppsFlyerSDK#199:
  AppsFlyerSDK#199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant