commit | 675d66b0ed5fd170d6a44cf8dbb3fa56a5347bdb | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Tue Oct 16 15:29:54 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 13:23:19 2012 -0700 |
tree | 379272035fc1fbfaa86d78f22e3cfb05c12a833f | |
parent | 922b67c1ac53014d80649a961a2fde700cd065d8 [diff] |
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>