Attention is currently required from: fixeria.
1 comment:
File src/cbsp_link.c:
Patch Set #1, Line 155: cbc_cbsp_link_close(link);
Unrelated: looks like we leak memory here. I think we need to: […]
No we don't. this function calls osmo_stream_srv_close(), which calls the close_cb (cbsp_cbc_closed_cb) which sends CBSP_LINK_E_CMD_CLOSE to the FSM which terminates it, and the cleanup_cb of the fsm frees everything.
To view, visit change 28704. To unsubscribe, or for help writing mail filters, visit settings.