patrickfav / Dali

Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.
https://favr.dev/opensource/dali
Apache License 2.0
1.05k stars 89 forks source link

TwoLevelCache can leak Context #7

Open stoleruedgar opened 7 years ago

stoleruedgar commented 7 years ago

TwoLevelCache(Context ctx, boolean useMemoryCache, boolean useDiskCache, int diskCacheSizeByte, String diskCacheFolderName, int memoryCacheSizeByte, boolean debugMode) stores the reference to ctx and not ctx.getApplicationContext()