Attention is currently required from: osmith, pespin.
Patch set 1:Code-Review -1
1 comment:
File src/rspro_client_fsm.c:
Patch Set #1, 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);
}
To view, visit change 39920. To unsubscribe, or for help writing mail filters, visit settings.