Dali icon indicating copy to clipboard operation
Dali copied to clipboard

TwoLevelCache can leak Context

Open stoleruedgar opened this issue 7 years ago • 0 comments

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

stoleruedgar avatar Mar 02 '17 10:03 stoleruedgar