]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: android: binder: Fix memory leak on thread/process exit
authorArve Hjønnevåg <arve@android.com>
Tue, 16 Oct 2012 22:29:54 +0000 (15:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 20:23:19 +0000 (13:23 -0700)
commit675d66b0ed5fd170d6a44cf8dbb3fa56a5347bdb
tree379272035fc1fbfaa86d78f22e3cfb05c12a833f
parent922b67c1ac53014d80649a961a2fde700cd065d8
Staging: android: binder: Fix memory leak on thread/process exit

If a thread or process exited while a reply, one-way transaction or
death notification was pending, the struct holding the pending work
was leaked.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c