Paul Mathieu
Paul Mathieu
I also got the following part: ``` ** (test-client:21593): WARNING **: (test_client.c:541):handle_offer: code should not be reached ``` The C test client does not handle data channels, only media sessions....
+1, a cursory read of `owr_transport_agent.c` pointed me to https://github.com/EricssonResearch/openwebrtc/blob/master/transport/owr_transport_agent.c#L2009, which quite obviously gets a ref on a session and then leaks it.
@philn if you ever made a patch for this I'm interested. Could you submit it?