osmo-mgw/src/libosmo-mgcp
Neels Hofmeyr ce64f18587 fix memleak: actually free strings in mgcp_codec_reset_all()
The audio_name and subtype_name are allocated from talloc, so they need to be
freed before resetting the codec array. Use mgcp_codec_free() to ensure this.

Change-Id: I07f207dcb7ce66bbf3445a30af41e696677b384f
2019-08-27 21:53:17 +00:00
..
Makefile.am mgw: clean up codec negotiation (sdp) 2018-06-23 11:39:44 +00:00
g711common.h create libosmo-mgcp and osmo-mgw by copying legacy code 2017-10-05 01:40:43 +00:00
mgcp_codec.c fix memleak: actually free strings in mgcp_codec_reset_all() 2019-08-27 21:53:17 +00:00
mgcp_conn.c osmux: Fix CID release for non-enabled connections 2019-05-19 07:31:51 +00:00
mgcp_endp.c Introduce log fmt helpers LOGPENDP and LOGPCONN 2019-04-24 18:57:57 +02:00
mgcp_msg.c mgw: Allow receiving lowercase MGCP header keyword 2019-07-03 12:29:43 +02:00
mgcp_network.c mgcp_send(): stop looping on conversion error 2019-08-21 23:06:02 +02:00
mgcp_osmux.c osmux: Fix hardcoded rtp payload_type 98 in osmux conn 2019-05-19 19:28:49 +02:00
mgcp_protocol.c mgw: Allow receiving uppercase noanswer keyword 2019-07-03 12:29:43 +02:00
mgcp_sdp.c Fix return variable of strtoul() 2019-07-29 18:33:38 +02:00
mgcp_stat.c stat+vty: fix printing of rate counter values 2018-07-09 17:24:55 +02:00
mgcp_vty.c vty: update desc of conn-timeout 2019-06-26 16:28:14 +02:00