From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 47A1F8038F for ; Thu, 9 Mar 2017 23:16:34 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 23:16:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,139,1486454400"; d="scan'208";a="66076656" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga004.jf.intel.com with ESMTP; 09 Mar 2017 23:16:32 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Jiewen Yao Date: Fri, 10 Mar 2017 15:16:26 +0800 Message-Id: <20170310071628.10044-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH v2 0/2] MdeModulePkg/CapsuleLib: Code refinements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 07:16:34 -0000 V2 changes: 1) Check the return status of the GetVariable2 API before freeing the returned buffer from this function. V1 history: The series makes the following refinements in DxeCapsuleLibFmp: 1) Add library destructors to close the events created in their relative constructors. 2) Free the buffer returned by the GetVariable2 API. Cc: Jiewen Yao Hao Wu (2): MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed events MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 API MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 37 +++++++++++++++++--- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf | 3 +- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c | 4 +++ MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleRuntime.c | 33 ++++++++++++++--- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 4 ++- 5 files changed, 70 insertions(+), 11 deletions(-) -- 2.12.0.windows.1