aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pipeline.c1
1 files changed, 1 insertions, 0 deletions
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);
})
})