10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 10:47:33 +02:00

Fixed Context finalization error in OCaml

This commit is contained in:
Anthony Scemama 2016-09-27 10:31:08 +02:00
parent 669e5cbd6f
commit 9e5ec756b3

View File

@ -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 =