From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id EA39510F45B for ; Tue, 17 May 2022 15:10:37 +0000 (UTC) Date: Tue, 17 May 2022 17:10:32 +0200 From: Andi Shyti Message-ID: References: <20220517124447.211014-1-mauro.chehab@linux.intel.com> <20220517124447.211014-5-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517124447.211014-5-mauro.chehab@linux.intel.com> Subject: Re: [igt-dev] [PATCH i-g-t v5 4/9] lib/igt_kmod: don't leak who from module unload routines List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Mauro Carvalho Chehab Cc: igt-dev@lists.freedesktop.org, Jonathan Cavitt , Petri Latvala List-ID: Hi Mauro, On Tue, May 17, 2022 at 02:44:42PM +0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > Add code to free allocated strings at the module unload routines > from igt_kmod. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Andi Shyti Thanks, Andi