--- y/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -4763,6 +4763,7 @@ static void binder_free_proc(struct bind kfree(proc->context->name); kfree(device); } + binder_alloc_vma_close(&proc->alloc); binder_alloc_deferred_release(&proc->alloc); put_task_struct(proc->tsk); put_cred(proc->cred);