Attention is currently required from: pespin.
Patch set 1:Code-Review +1
2 comments:
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:
osmo_fsm_inst_free(link->fi);
llist_del(&link->list);
talloc_free(link);
before returning -1.
File src/sbcap_link.c:
Patch Set #1, Line 183: cbc_sbcap_link_close(link);
Same memleak problem here as in cbsp_cbc_accept_cb().
To view, visit change 28704. To unsubscribe, or for help writing mail filters, visit settings.