summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Allocation.java
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2013-12-09 17:38:05 -0800
committerJim Miller <jaggies@google.com>2013-12-10 16:48:13 -0800
commit7267ed1b4b5ca1fb0931b7979dfb4e931ab519ec (patch)
treeba900e2b1fc17f2799d39917d09f97a803fdf0fc /graphics/java/android/renderscript/Allocation.java
parent4524cc649affd5e83393ca07d5315fa09c617087 (diff)
Fix memory leak caused by mismatched linkToDeath() in WindowManagerService
This fixes a bug where an allocated DeathRecipient in WindowManagerService was holding a reference to keyguard binder interface after a call to linkToDeath() without a matchin unlinkToDeath(). It was causing the keyguard side of the binder interface to stick around, which in tern prevented the keyguard side from releasing its references. The solution is to ensure matching linkToDeath()/unlinkToDeath() calls. Fixes bug 11982048 Change-Id: I6959816b819ba953512c53675162195cbf1e0653
Diffstat (limited to 'graphics/java/android/renderscript/Allocation.java')
0 files changed, 0 insertions, 0 deletions