This is an automated email from the ASF dual-hosted git repository.
gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new 84186ce DISPATCH-2082: Added qd_delivery_state_t to leaking_types
arrary. This closes #1175.
84186ce is described below
commit 84186ce0084f044a1e43689c4c0b648838305dbc
Author: Ganesh Murthy <[email protected]>
AuthorDate: Wed Apr 28 16:30:33 2021 -0400
DISPATCH-2082: Added qd_delivery_state_t to leaking_types arrary. This
closes #1175.
---
src/alloc_pool.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/alloc_pool.c b/src/alloc_pool.c
index e4f85e4..1d87097 100644
--- a/src/alloc_pool.c
+++ b/src/alloc_pool.c
@@ -99,6 +99,7 @@ static const char *leaking_types[] = {
"qd_message_t",
"qd_message_content_t",
"qdr_delivery_t",
+ "qd_delivery_state_t", // DISPATCH-2082: See comments in JIRA
"qd_link_ref_t",
// system_tests_priority (centos7)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]