mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Correct some leaks in unit tests.
* chan_sip: channel in test_sip_rtpqos_1. * test_config: config hook, config info and global config holder. * test_core_format: format in format_attribute_set_without_interface. * test_stream: unneeded frame duplication. * test_taskprocessor: task_data. Change-Id: I94d364d195cf3b3b5de2bf3ad565343275c7ad31
This commit is contained in:
@@ -1522,7 +1522,7 @@ static int load_stream_readqueue(struct ast_channel *chan, int frames)
|
||||
}
|
||||
f.stream_num = pvt->frame_count % pvt->streams;
|
||||
f.seqno = pvt->frame_count;
|
||||
ast_queue_frame(chan, ast_frdup(&f));
|
||||
ast_queue_frame(chan, &f);
|
||||
pvt->frame_count++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user