You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/11/08 16:22:06 UTC

[qpid-dispatch] branch master updated: DISPATCH-1467: mask leaks in python2 for now

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 bca7d2f  DISPATCH-1467: mask leaks in python2 for now
bca7d2f is described below

commit bca7d2f061e668e32cbdc108571c6a00cd7474d9
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Fri Nov 8 11:21:36 2019 -0500

    DISPATCH-1467: mask leaks in python2 for now
---
 tests/lsan.supp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lsan.supp b/tests/lsan.supp
index b2d8c81..a37c399 100644
--- a/tests/lsan.supp
+++ b/tests/lsan.supp
@@ -56,6 +56,7 @@ leak:qd_parse_internal
 
 leak:*libpython*
 leak:*libwebsockets*
+leak:*python2*
 
 # We should be able to uncomment these once all known dispatch leaks have been fixed
 leak:*libqpid-proton*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org