Re: [sr-dev] [kamailio/kamailio] msrp: fix some tcpconn where memory was never cleaned up (PR #2890)

2021-10-22 Thread Nacho G.
@NGSegovia commented on this pull request. > @@ -169,12 +169,16 @@ int msrp_relay(msrp_frame_t *mf) wsev.len = p - reqbuf; wsev.id = con->id; evp.data = (void *)&wsev; + tcpconn_put(con);

Re: [sr-dev] [kamailio/kamailio] msrp: fix some tcpconn where memory was never cleaned up (PR #2890)

2021-10-22 Thread Nacho G.
@NGSegovia pushed 1 commit. bf371ccbfa1c89fefcd9d9322ae75189d97fc862 msrp: fix some tcpconn where memory was never cleaned up -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2890/files/19714ebaa0f653f65d83025e2d

[sr-dev] [kamailio/kamailio] msrp: fix some tcpconn where memory was never cleaned up (PR #2890)

2021-10-20 Thread Nacho G.
Thanks to Jason Shugart at INdigital. Fix consist of caring of removing references to previously retrieved tcp connections. GH #2880