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 58CFC7803D1 for ; Wed, 21 Feb 2024 20:06:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=arvQBNFLDwPKTMInhP6fG9c5+J4uHMSx4fIEpyiR09o=; 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=1708545995; v=1; b=fpSdMdy02p8O1QsheAQsBGHpDYn/ztt2B7pcsPliiE1M4YzDEFH/WrZYGKZxyl8Mc/+JRVIa /H6xXjjSfwDqGAEF/Op6d4m0iSJTHArk5yB02Bs3UQS1RneX12L8mcKcJe68X1vok3BGQ+Gtwfr T7HU4iS3bJT8iIqzD9QHMohk= X-Received: by 127.0.0.2 with SMTP id t8uNYY7687511xR6Kijsz74u; Wed, 21 Feb 2024 12:06:35 -0800 X-Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by mx.groups.io with SMTP id smtpd.web10.1095.1708545995076633900 for ; Wed, 21 Feb 2024 12:06:35 -0800 X-Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-512d19e2cb8so1414339e87.0 for ; Wed, 21 Feb 2024 12:06:34 -0800 (PST) X-Gm-Message-State: BW1p0Z1nya1lrE7QypXVoD9Zx7686176AA= X-Google-Smtp-Source: AGHT+IHBKRhZXQ6OwEicY2+zbfqoVSqA/JtpxD0xACFY3HHlNTV2IqCPgm8M05Xk6exCnqdRLOQr9Q== X-Received: by 2002:a05:6512:1156:b0:512:d5e4:1aa4 with SMTP id m22-20020a056512115600b00512d5e41aa4mr1961131lfg.60.1708545992930; Wed, 21 Feb 2024 12:06:32 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id a12-20020a056512020c00b00512da6d23b6sm44973lfo.147.2024.02.21.12.06.31 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Wed, 21 Feb 2024 12:06:32 -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 v2 0/4] RedfishClientPkg: fix memory leaks and refine code Date: Wed, 21 Feb 2024 23:06:24 +0300 Message-Id: <20240221200628.74174-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=fpSdMdy0; 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
 v2: in commit message put Cc back for the ones had given R-b collected R-b renamed CollectionUri to BiosUri 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 (#115734): https://edk2.groups.io/g/devel/message/115734 Mute This Topic: https://groups.io/mt/104495953/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-