Commit 9a55f68a authored by Lucas Russo's avatar Lucas Russo

libs/libllio/*/ll_io_eth.c: fix zrex memory leak

We were not destroying the zrex structure as
we exit prior to that on success.
parent d27af403
......@@ -200,8 +200,6 @@ static int eth_open (llio_t *self, llio_endpoint_t *endpoint)
"[ll_io_eth] Opened ETH device located at %s\n",
llio_get_endpoint_name (self));
return err;
err_eth_conn:
err_dev_handler_alloc:
err_endp_port_retrieve:
......
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