Commit a20197b1 authored by Lucas Russo's avatar Lucas Russo

sm_io/sm_io.c: fix poller memory leak

parent 9a55f68a
......@@ -239,6 +239,7 @@ err_pipe_mgmt_bad_msg:
}
err_poller_interrupted:
zpoller_destroy (&poller);
err_init_poller:
err_inv_worker_socket:
return err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment