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 D63E1941559 for ; Sun, 10 Mar 2024 10:41:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=v4sCh/zQiTpDHkfndyqq2ZxEEz0rAX6qt9gyvHh3Wlo=; 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=20240206; t=1710067318; v=1; b=fOpxZLdB6Kx4w2axTRKfcjwoZ+8+1YRPALtLEPbQh6YFs5dnKvxGPKwGvNBwv+WOv45TpxdY 3m7agH6u+UEh3N289jWLJdf8SHJo+7pglLvRCshPrjLa1XBrZkkyGNEQVAAiIGtV4+j82NMNV1j E/55SWqh5hWlSsTw9no6ZBVxG66lpd2mHn1YeKVM50JpQ6qaOrbeRd6rI71uoapRea2ky8jnaKG iZtPIKnLWdErgH9fIP3erAhkc7HoFd79zkQNdSSAh6cMZns3lyuhYDuVISQPIunH1HGo/wsptYn ACH9l7FlGjvPWCzGoy3dlT/BE3xg81H92TRU8xPffR6Ig== X-Received: by 127.0.0.2 with SMTP id pUm3YY7687511x18yyC3w7T0; Sun, 10 Mar 2024 03:41:58 -0700 X-Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) by mx.groups.io with SMTP id smtpd.web10.31553.1710067317429342432 for ; Sun, 10 Mar 2024 03:41:57 -0700 X-Received: by mail-lf1-f42.google.com with SMTP id 2adb3069b0e04-51325c38d10so4415843e87.1 for ; Sun, 10 Mar 2024 03:41:57 -0700 (PDT) X-Gm-Message-State: f9hVOWMB0zrFs5hNijW1J9aax7686176AA= X-Google-Smtp-Source: AGHT+IFrm+bM+4BHaM2z0tHOcBxfg1WsaEIDupYcaX1yud/XvcDzTlTCyIQ90p9Ny6iAWF8jxMb8ag== X-Received: by 2002:a19:6401:0:b0:513:1332:ddc7 with SMTP id y1-20020a196401000000b005131332ddc7mr1851081lfb.25.1710067315089; Sun, 10 Mar 2024 03:41:55 -0700 (PDT) X-Received: from localhost.localdomain ([195.91.209.163]) by smtp.gmail.com with ESMTPSA id z8-20020a2e9648000000b002d3202b2b90sm614238ljh.87.2024.03.10.03.41.54 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 10 Mar 2024 03:41:54 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: Abner Chang , Igor Kulchytskyy , Nickle Wang , Mike Maslenkin Subject: [edk2-devel] [PATCH 0/4][edk2-redfish-client] RedfishClientPkg: fix deallocation of C-structures Date: Sun, 10 Mar 2024 03:41:57 -0700 Message-Id: <20240310104151.41355-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=20240206 header.b=fOpxZLdB; 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 fixes for proper deallocation of the structures returned by JsonStructProtocol->ToStructure(). PR: https://github.com/tianocore/edk2-redfish-client/pull/82 Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nickle Wang Signed-off-by: Mike Maslenkin -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116564): https://edk2.groups.io/g/devel/message/116564 Mute This Topic: https://groups.io/mt/104841891/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-