Commit 8003ee7d authored by Lucas Russo's avatar Lucas Russo

dev_io/dev_io_core.c: remove bogus zmsg_destroy ()

parent a38287d8
......@@ -704,7 +704,6 @@ static int _devio_handle_pipe (zloop_t *loop, zsock_t *reader, void *args)
if (streq (command, "$TERM")) {
/* Shutdown the engine */
free (command);
zmsg_destroy (&recv_msg);
return -1;
}
else if (streq (command, "$REGISTER_SMIO")) {
......
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