Files
asterisk/main
Pirmin Walthert 9a928cae86 res_rtp_asterisk: Free payload when error on insertion to data buffer
When the ast_data_buffer_put rejects to add a packet, for example because
the buffer already contains a packet with the same sequence number, the
payload will never be freed, resulting in a memory leak.

The data buffer will now return an error if this situation occurs
allowing the caller to free the payload. The res_rtp_asterisk module
has also been updated to do this.

ASTERISK-28826

Change-Id: Ie6c49495d1c921d5f997651c7d0f79646f095cf1
2020-04-15 14:00:47 -05:00
..
2019-08-01 15:31:23 -06:00
2016-10-27 09:53:55 -04:00
2020-04-06 10:58:41 -05:00
2019-08-01 15:31:23 -06:00
2017-12-20 12:40:01 -05:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2012-09-21 17:14:59 +00:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00