From commits-return-49890-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jun 11 17:09:20 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5EC7F18065E for ; Thu, 11 Jun 2020 19:09:20 +0200 (CEST) Received: (qmail 12205 invoked by uid 500); 11 Jun 2020 17:09:19 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 12193 invoked by uid 99); 11 Jun 2020 17:09:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2020 17:09:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 94B40890AF; Thu, 11 Jun 2020 17:09:19 +0000 (UTC) Date: Thu, 11 Jun 2020 17:09:19 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch master updated: DISPATCH-1661: DISPATCH-1662: suppress leak in qdr_terminus (temporary workaround) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159189535949.24616.9167524190268611455@gitbox.apache.org> From: kgiusti@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae3db7e508659e38becc6c0a88fbd33710870ce4 X-Git-Newrev: b726d7d9fd9c2a6e9193394a4c6f349740c740a8 X-Git-Rev: b726d7d9fd9c2a6e9193394a4c6f349740c740a8 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kgiusti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new b726d7d DISPATCH-1661: DISPATCH-1662: suppress leak in qdr_terminus (temporary workaround) b726d7d is described below commit b726d7d9fd9c2a6e9193394a4c6f349740c740a8 Author: Kenneth Giusti AuthorDate: Thu Jun 11 13:08:33 2020 -0400 DISPATCH-1661: DISPATCH-1662: suppress leak in qdr_terminus (temporary workaround) --- tests/lsan.supp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/lsan.supp b/tests/lsan.supp index 8ab63ef..cbe34c9 100644 --- a/tests/lsan.supp +++ b/tests/lsan.supp @@ -41,6 +41,9 @@ leak:qd_container_register_node_type # DISPATCH-1663 leak:^qdr_send_to2$ +# DISPATCH-1661, DISPATCH-1662 +leak:^qdr_terminus$ + # Ubuntu 18.04 (Bionic) leak:qdr_link_issue_credit_CT leak:qdr_delivery_push_CT --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org