-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Description
Google documentation says "NOTE: The calling application must release() this object after it is done with it to prevent a memory leak".
Without this I get this errors in log:
E/DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@5ed0442)
To fix this I added if (mPlaces != null) mPlaces.release(); call at the beginning of PlaceListAdapter.swapPlaces().
Metadata
Metadata
Assignees
Labels
No labels