graphics memory leak
Open
bug
needs-details
- Dominant language
- Kotlin
- Stars
- 17.2k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Graphics memory leak occurred on my device.
Here is my code
``
The code above is item view of RecycleView which load data page by page.
When i scroll to end to load next page, then, graphics memory leak occurs.
**When not use round corner**, leak would not happen.
I can fix it by set Activity **_android:hardwareAccelerated="false"_** ,but list scroll less smoothly.

### Additional Information
* Fresco version:Any
* Platform version: LeMobile Le X820 Android 6.0.1 API=23
Contributor guide
Assessment
This issue has not been assessed yet.