Attention is currently required from: pespin.
2 comments:
File src/cbsp_link.c:
Patch Set #1, 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:
Patch Set #1, Line 209: talloc_free(link);
Same here.
To view, visit change 28712. To unsubscribe, or for help writing mail filters, visit settings.