summaryrefslogtreecommitdiff
path: root/perf/c/remote_thr.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/c/remote_thr.c')
-rw-r--r--perf/c/remote_thr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/c/remote_thr.c b/perf/c/remote_thr.c
index d542b1e..1010bc9 100644
--- a/perf/c/remote_thr.c
+++ b/perf/c/remote_thr.c
@@ -63,5 +63,8 @@ int main (int argc, char *argv [])
sleep (10);
+ rc = zmq_term (ctx);
+ assert (rc == 0);
+
return 0;
}