aboutsummaryrefslogtreecommitdiff
path: root/tests/reqrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reqrep.c')
-rw-r--r--tests/reqrep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reqrep.c b/tests/reqrep.c
index 4322edda..fb9a7fb4 100644
--- a/tests/reqrep.c
+++ b/tests/reqrep.c
@@ -115,6 +115,7 @@ Main({
body = nng_msg_body(ping, &len);
So(len == 5);
So(memcmp(body, "pong", 5) == 0);
+ nng_msg_free(ping);
})
})
})