Files
asterisk/main
Pirmin Walthert 26dec66598 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:01:03 -05:00
..
2019-08-01 15:31:34 -06:00
2020-04-06 10:28:58 -05:00
2019-08-01 15:31:34 -06:00
2017-12-20 12:40:01 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:20 -05:00