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 2021/03/22 18:43:11 UTC

[qpid-dispatch] branch master updated: NO-JIRA: fix minor buffer leak in buffer unit tests

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 6e26eee  NO-JIRA: fix minor buffer leak in buffer unit tests
6e26eee is described below

commit 6e26eee1d1f80c97ae5079e257f4f4ccb1488ee7
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Mon Mar 22 14:43:00 2021 -0400

    NO-JIRA: fix minor buffer leak in buffer unit tests
---
 tests/buffer_test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/buffer_test.c b/tests/buffer_test.c
index 4b15450..706fe8c 100644
--- a/tests/buffer_test.c
+++ b/tests/buffer_test.c
@@ -117,6 +117,8 @@ static char *test_buffer_list_append(void *context)
         return error;
     }
 
+    qd_buffer_list_free_buffers(&list);
+
     return 0;
 }
 

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