NO-JIRA: Add a valgrind suppression for memory leak cyrus sasl before v2.1.26
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/54d4c098 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/54d4c098 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/54d4c098 Branch: refs/heads/0.10.x Commit: 54d4c098da8d33b89a12c518ff2a5cdbed89ec81 Parents: e26e597 Author: Andrew Stitcher <astitc...@apache.org> Authored: Thu Jul 30 00:26:12 2015 -0400 Committer: Andrew Stitcher <astitc...@apache.org> Committed: Tue Aug 4 12:25:17 2015 -0400 ---------------------------------------------------------------------- tests/python/proton_tests/valgrind.supp | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/54d4c098/tests/python/proton_tests/valgrind.supp ---------------------------------------------------------------------- diff --git a/tests/python/proton_tests/valgrind.supp b/tests/python/proton_tests/valgrind.supp index eb4ba0f..17974aa 100644 --- a/tests/python/proton_tests/valgrind.supp +++ b/tests/python/proton_tests/valgrind.supp @@ -83,3 +83,11 @@ fun:CRYPTO_malloc } +{ + Known memory leak in cyrus-sasl (fixed in 2.1.26) + Memcheck:Leak + fun:malloc + fun:* + fun:sasl_config_init + fun:sasl_server_init +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org