Attention is currently required from: lynxis lazus.
1 comment:
File src/server/rspro_server.c:
Patch Set #1, Line 923: /* this will internally call closed_cb() which will dispatch a TCP_DOWN event */
This is your comment which would set it to NULL
With your proposal you'll end up with a double free of the osmo_stream_srv afaict, from the parent talloc_free(conn) at the end of this function, and from within osmo_stream_srv_destroy() after closed_cb returns.
To view, visit change 42133. To unsubscribe, or for help writing mail filters, visit settings.