mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix memory leak when receiving a is-composing notification
This commit is contained in:
parent
787501ea2f
commit
bf16b53c6e
1 changed files with 1 additions and 0 deletions
|
|
@ -1106,6 +1106,7 @@ static void text_received(SalOp *op, const SalMessage *msg){
|
|||
static void is_composing_received(SalOp *op, const SalIsComposing *is_composing) {
|
||||
LinphoneCore *lc = (LinphoneCore *)sal_get_user_pointer(sal_op_get_sal(op));
|
||||
linphone_core_is_composing_received(lc, op, is_composing);
|
||||
sal_op_release(op);
|
||||
}
|
||||
|
||||
static void parse_presence_requested(SalOp *op, const char *content_type, const char *content_subtype, const char *body, SalPresenceModel **result) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue