Search found 1 match

by Mike
Tue Sep 13, 2011 5:23 am
Forum: AES Crypt
Topic: Memory Leak in encrypt method on Android
Replies: 1
Views: 5367

Memory Leak in encrypt method on Android

Calling AESCrypt.encrypt on Android 2.3.3 causes Android to run out of memory and shutdown processes even though memory use appears to be stable.

The following line of code returns a nearly constant value between 4 and 5 MB, but Android's App Manager shows that the running app is leaking about 1 ...