commit | 8f6068e63ec93c671412bafee44e69fb73adecf6 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Nov 08 15:59:19 2010 -0800 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Nov 08 16:03:13 2010 -0800 |
tree | 2531ae3492bb66570479a050101fdb4cfdf3c9c3 | |
parent | 5fd3054048b41b033700be3f30e4bca69f4f13a6 [diff] |
Fix JNI reference leak in NativeActivity. (DO NOT MERGE) This change ensures that the native activity releases the KeyEvent objects that it allocates since they will not be released automatically and eventually the JNI slot table will overflow and crash the process. Bug: 3170494 Change-Id: I2ea527f056096fae9bc9e7685dccb56ec7a0e8b4