From f77debdd2bf8a6e478004f0f5ddd715b0845399c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 7 Jan 2017 22:50:31 -0800 Subject: Fix small message leak in pipeline test. --- tests/pipeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pipeline.c b/tests/pipeline.c index 14122630..d6af728f 100644 --- a/tests/pipeline.c +++ b/tests/pipeline.c @@ -97,6 +97,7 @@ Main({ So(nng_recvmsg(pull, &msg, 0) == 0); So(msg != NULL); CHECKSTR(msg, "hello"); + nng_msg_free(msg); }) }) -- cgit v1.2.3-70-g09d2