@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);
@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
Thanks to Jason Shugart at INdigital. Fix consist of caring of removing
references to previously retrieved tcp connections. GH #2880