In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit() In binderinit(), the destruction of binderallocshrinkerinit() is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit() and calls it in the wrong path to fix that.