Re: [RFC PATCH v9 02/16] ipe: add policy parser

From: Fan Wu
Date: Wed Feb 01 2023 - 17:38:58 EST


On Tue, Jan 31, 2023 at 11:53:27AM +0100, Roberto Sassu wrote:
> On Mon, 2023-01-30 at 14:57 -0800, Fan Wu wrote:
> > From: Deven Bowers <deven.desai@xxxxxxxxxxxxxxxxxxx>
>
> Uhm, memory leak? Also below. I suggest to use kmemleak.
>
> Roberto
>
Nice catch and thanks for the suggestion, I used kmemleak
and detected several incomplete cleanup. Will be fixed in
the next version.
-Fan