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 5F4D57803CF for ; Sat, 27 Jan 2024 00:01:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=yNYKtGFZU5LMt84arxmogrsSJ2kB4IiAmnOV0S42sfY=; 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=1706313694; v=1; b=Y/GEM76j0/4dkHP3ZawTOFZBqPyUSeUd26u8aAo35xV5TpFeLfgVd6QXpoYnW/WCHOW6xZgv oPEzk8llFCWSPapCE2RXxdILyzsBvWdX36zG66J82g0D6FIMtTZYAc7jDC8sua83ixDQXwNWq6J KUq/OOf45NprVQOR/jDGf6Gg= X-Received: by 127.0.0.2 with SMTP id 1QHBYY7687511xAnRkHYa6q5; Fri, 26 Jan 2024 16:01:34 -0800 X-Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mx.groups.io with SMTP id smtpd.web11.5596.1706313693040868611 for ; Fri, 26 Jan 2024 16:01:33 -0800 X-Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-5101f2dfd97so1217908e87.2 for ; Fri, 26 Jan 2024 16:01:32 -0800 (PST) X-Gm-Message-State: LSIjbENX12b7Do3SMZapKDaEx7686176AA= X-Google-Smtp-Source: AGHT+IGFdZnuuj/Z6CtTYZtk0ubUJr3MpN1dBowdtqaLjyKZzhgWHvppWKBzQ+q2lifZ3xS3TY6GXQ== X-Received: by 2002:a19:5502:0:b0:510:105b:c505 with SMTP id n2-20020a195502000000b00510105bc505mr296364lfe.39.1706313690904; Fri, 26 Jan 2024 16:01:30 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id u17-20020ac243d1000000b0050f076b43ccsm323874lfl.182.2024.01.26.16.01.30 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 26 Jan 2024 16:01:30 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [edk2-redfish-client][PATCH 0/2] RedfishClientPkg: fix memory leak in ConverterLib Date: Sat, 27 Jan 2024 03:01:26 +0300 Message-Id: <20240127000128.67202-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-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="Y/GEM76j"; 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 patchset contains a trivial fix for memory leak in ConverterLib Also patch 1 is a resend of the same patch sent to list on 4th Jan with added Rb (https://edk2.groups.io/g/devel/message/113162). PR: https://github.com/tianocore/edk2-redfish-client/pull/74 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 (#114643): https://edk2.groups.io/g/devel/message/114643 Mute This Topic: https://groups.io/mt/103988338/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-