From: maowenan <maowe...@huawei.com> Date: Mon, 4 Mar 2019 20:47:42 +0800
> pmc->tomb = psf; > rv = 1; //if it does not kfree(psf), will it > lead to memory leak after this line? pmc->tomb points to psf, why should we free it?
From: maowenan <maowe...@huawei.com> Date: Mon, 4 Mar 2019 20:47:42 +0800
> pmc->tomb = psf; > rv = 1; //if it does not kfree(psf), will it > lead to memory leak after this line? pmc->tomb points to psf, why should we free it?