mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix memeory leak
This commit is contained in:
parent
4900283e5f
commit
461b9bd88b
1 changed files with 1 additions and 0 deletions
|
|
@ -2585,6 +2585,7 @@ static int comp_call_state_paused(const LinphoneCall *call, const void *param) {
|
|||
linphone_call_params_enable_video(lcallParams, video);
|
||||
|
||||
linphone_call_accept_with_params(call, lcallParams);
|
||||
linphone_call_params_unref(lcallParams);
|
||||
}
|
||||
|
||||
- (void)send:(NSString *)replyText toChatRoom:(LinphoneChatRoom *)room {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue