Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28712 )
Change subject: Refactor {cbsp,sbcap}_cbc_accept_cb ......................................................................
Patch Set 1:
(2 comments)
File src/cbsp_link.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28712/comment/2d4b9c36_c630a80a PS1, Line 181: talloc_free(link); Don't we need to do:
llist_del(&link->list); osmo_fsm_inst_free(link->fi);
before talloc_free()?
File src/sbcap_link.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28712/comment/c7c5a564_42769c67 PS1, Line 209: talloc_free(link); Same here.