According to release notes of Play Billing library 3.0.3 the memory leak has been fixed. But i am still getting this leak from Leak Canary
Google Play Billing Library release notes
Code where I am setting up the BillingClient (onCreate of my Fragment)
Code where I am calling BillingClient.endConnection() (onDestroyView of my Fragment)
Is there anything wrong with my code or is it the existing memory leak from Google's Library ?