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 6BDFD740034 for ; Wed, 21 Feb 2024 00:13:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eQvfi9MTz+iEdQftJfnRiXFYU0qWbCoQsUb54d26IzM=; 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-Type:Content-Transfer-Encoding; s=20140610; t=1708474389; v=1; b=iW3PnYMdURrixdsdCdhkvpePIep6jqUKBv3MIJtKnX0fJ7ypZYMZIn7sSASvcn+cBvD23vS+ wcO3HsY1vSh1ykGRIfYT0yJH+rnXyMWUJT/V3vPQutk5EGHwLHTQ3tT6Kw8XuBmPOIta+g39S8U Mqkeb5mTTt7Wh8qrRi6kIKLA= X-Received: by 127.0.0.2 with SMTP id bkhlYY7687511xRMbge6b4lg; Tue, 20 Feb 2024 16:13:09 -0800 X-Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) by mx.groups.io with SMTP id smtpd.web11.1779.1708474388083508668 for ; Tue, 20 Feb 2024 16:13:08 -0800 X-Received: by mail-lf1-f52.google.com with SMTP id 2adb3069b0e04-512a65cd2c7so4343792e87.0 for ; Tue, 20 Feb 2024 16:13:07 -0800 (PST) X-Gm-Message-State: UHXM1M9lwujVVH0Ghz4H4YUjx7686176AA= X-Google-Smtp-Source: AGHT+IGBuGpUfIuQpVRWzx781h48qidNOY0KuhrHh3a+l6WxvED8c5kWq1wyLW1UnrjSjEgQGQYvfw== X-Received: by 2002:ac2:5589:0:b0:512:ab9e:3525 with SMTP id v9-20020ac25589000000b00512ab9e3525mr5244997lfg.40.1708474385786; Tue, 20 Feb 2024 16:13:05 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id h27-20020a056512055b00b0051298559337sm1447103lfl.3.2024.02.20.16.13.04 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 20 Feb 2024 16:13:05 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: Mike Maslenkin , Abner Chang , Nickle Wang , Igor Kulchytskyy Subject: [edk2-devel] [edk2-redfish-client][PATCH 0/4] RedfishClientPkg: fix memory leaks and refine code Date: Wed, 21 Feb 2024 03:12:59 +0300 Message-Id: <20240221001303.57384-1-mike.maslenkin@gmail.com> 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,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=iW3PnYMd; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.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 This set contains a trivial fix for a leak reviewed on Feb 1 [1] and a fix for а leak discussed in [2]. PR: https://github.com/tianocore/edk2-redfish-client/pull/76 [1] https://edk2.groups.io/g/devel/message/114925 [2] https://edk2.groups.io/g/devel/message/114765
 Signed-off-by: Mike Maslenkin Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115684): https://edk2.groups.io/g/devel/message/115684 Mute This Topic: https://groups.io/mt/104479570/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-