From 9e5ec756b3cfa09ddd659e716d8d94636b12a7dd Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 27 Sep 2016 10:31:08 +0200 Subject: [PATCH] Fixed Context finalization error in OCaml --- ocaml/qp_run.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml/qp_run.ml b/ocaml/qp_run.ml index 1d44f35f..8a221614 100644 --- a/ocaml/qp_run.ml +++ b/ocaml/qp_run.ml @@ -43,6 +43,7 @@ let run ~master exe ezfio_file = try_new_port 41279 in ZMQ.Socket.close dummy_socket; + ZMQ.Context.terminate zmq_context; result in let time_start =