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 7B848941C76 for ; Fri, 29 Sep 2023 21:59:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=PeDDTELr78cKskoAgsf1I74SLiZa7PnYD1nFbFJ+iYU=; 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=1696024762; v=1; b=LwL/xWDCsmqOx8QPunSsEpL/z8y/hb/WhM7T16uFFL5ItUdj3jyDYQ7RUeH8C15FbXk5KOBw 4oAc4KzV1U0sc643yTUonwaZj6YCJ4qwJM0on1Fskv6FckaBHLtD8kNbva6tmvR++z2K++kAZrQ V+UljrYufSYdq1twyaoE+y7k= X-Received: by 127.0.0.2 with SMTP id kPWkYY7687511xyHGvwLuGIL; Fri, 29 Sep 2023 14:59:22 -0700 X-Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by mx.groups.io with SMTP id smtpd.web10.30356.1696024761198154115 for ; Fri, 29 Sep 2023 14:59:21 -0700 X-Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-5056ca2b6d1so1421567e87.1 for ; Fri, 29 Sep 2023 14:59:20 -0700 (PDT) X-Gm-Message-State: toiTnXkfdw5RXoO9H3OxUG9nx7686176AA= X-Google-Smtp-Source: AGHT+IHxxqrKMFq5ZZArX3qvHLcXB7LADC18WTox0CrQDyp8tOlCx+jXoOWCPMyDTKZHAT/fw5g+Pg== X-Received: by 2002:a05:6512:10d1:b0:501:be4d:6dc5 with SMTP id k17-20020a05651210d100b00501be4d6dc5mr4390207lfg.8.1696024759114; Fri, 29 Sep 2023 14:59:19 -0700 (PDT) X-Received: from localhost.localdomain ([185.9.78.108]) by smtp.gmail.com with ESMTPSA id y24-20020a2ebb98000000b002bfe8537f37sm890178lje.33.2023.09.29.14.59.18 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 29 Sep 2023 14:59:18 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 0/9] RedfishClientPkg: various minor fixes Date: Sat, 30 Sep 2023 00:59:06 +0300 Message-Id: <20230929215915.46616-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="LwL/xWDC"; 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 fixes of wrong format and number of arguments passed to DEBUG macro. Also a number of memory leaks were fixed. Here is a link to PR: https://github.com/tianocore/edk2-redfish-client/pull/52 Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109216): https://edk2.groups.io/g/devel/message/109216 Mute This Topic: https://groups.io/mt/101667458/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-