osmux: cleanup osmux input handle on release

Use osmux_xfrm_input_fini() to release the internal state of the osmux
input handle.
This commit is contained in:
Pablo Neira Ayuso 2014-08-28 12:46:41 +02:00
parent b769f3ce0b
commit 72b187be6d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ static void osmux_handle_put(struct osmux_in_handle *in)
inet_ntoa(h->rem_addr),
ntohs(h->rem_port));
llist_del(&h->head);
osmux_xfrm_input_fini(h->in);
talloc_free(h);
}
return;