mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
fix crash in linphonec, update oRTP
This commit is contained in:
parent
1af4a7c091
commit
2c0e4947cc
2 changed files with 1 additions and 3 deletions
|
|
@ -617,8 +617,6 @@ lpc_cmd_chat(LinphoneCore *lc, char *args)
|
|||
}
|
||||
LinphoneChatRoom *cr = linphone_core_create_chat_room(lc,arg1);
|
||||
linphone_chat_room_send_message(cr,arg2);
|
||||
linphone_chat_room_destroy(cr);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bac4a3ecaa2e74e9e4fd3de2c2ddb57fe7945d6
|
||||
Subproject commit b2e5f313e6f245588751835ccd01bcd5dc2e8b1e
|
||||
Loading…
Add table
Reference in a new issue