From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2E018941406 for ; Fri, 23 Feb 2024 08:31:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=sVjhWM3+caPdVXzYhnRanqXAEfCChLHTLD24A4NN/9o=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708677075; v=1; b=KwqNxcuoK5hfC6eBHHCJ+ZBvn5Yw5ZC73UhUY9xy3wq3pMEU4NAPbn+lFGLOdguPIySg4Gr+ w/PNgbzvW6W8vw0Sa9bLpe7O6b27mYTqXrbdFvYt4w+E8IwUghGTuqSYHK0BfOz8XgQ3tChSMd0 hKCPcvNlz/MvPw5mr7j3wzD8= X-Received: by 127.0.0.2 with SMTP id gPgoYY7687511xoOo0VBTCjC; Fri, 23 Feb 2024 00:31:15 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web10.5640.1708671130340699099 for ; Thu, 22 Feb 2024 22:52:10 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10992"; a="20509057" X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="20509057" X-Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2024 22:52:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="36599622" X-Received: from ppabbax-desk1.gar.corp.intel.com ([10.66.254.59]) by orviesa002.jf.intel.com with ESMTP; 22 Feb 2024 22:52:09 -0800 From: phanindrax.babu.pabba@intel.com To: devel@edk2.groups.io Cc: PhanindraX Babu Pabba , Nate DeSimone , Liming Gao Subject: [edk2-devel] [PATCH] IpmiFeaturePkg: Add missed call to FreePool Date: Fri, 23 Feb 2024 12:22:05 +0530 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,phanindrax.babu.pabba@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 3KFdwyKPX2J40UjfZu5zjsv7x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=KwqNxcuo; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: PhanindraX Babu Pabba Adding missed out call to FreePool API to free the allocated memory. Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: PhanindraX Babu Pabba --- .../Intel/OutOfBandManagement/IpmiFeaturePkg/BmcAcpi/BmcAcpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/BmcAcpi/BmcA= cpi.c b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/BmcAcpi/BmcAcpi.c index 990b4b9e..070a3452 100644 --- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/BmcAcpi/BmcAcpi.c +++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/BmcAcpi/BmcAcpi.c @@ -250,6 +250,7 @@ BmcAcpiEntryPoint ( // Increment the instance=0D //=0D Instance++;=0D + FreePool (CurrentTable);=0D }=0D }=0D =0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115876): https://edk2.groups.io/g/devel/message/115876 Mute This Topic: https://groups.io/mt/104524860/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-