Attention is currently required from: osmith, pespin.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-remsim/+/39920?usp=email )
Change subject: src/rspro_client_fsm: fix osmo_stream_cli_destroy ......................................................................
Patch Set 1: Code-Review-1
Copied votes on follow-up patch sets have been updated: * Code-Review-1 has been copied to patch set 2 (copy condition: "changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN").
(1 comment)
File src/rspro_client_fsm.c:
https://gerrit.osmocom.org/c/osmo-remsim/+/39920/comment/cffe36ad_cf3fae09?u... : PS1, Line 538: osmo_stream_cli_destroy(srvc->conn); Can you actually try the following?
if (srvc->conn) { struct ... conn = srvc->conn; srvc->conn = NULL; osmo_stream_cli_destroy(conn); }