mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix uninitialized LinphoneContent
This commit is contained in:
parent
d268f4ab98
commit
513ef5f7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ static void subscribe_response(SalOp *op, SalSubscribeStatus status){
|
|||
static void notify(SalOp *op, SalSubscribeStatus st, const char *eventname, const SalBody *body){
|
||||
LinphoneEvent *lev=(LinphoneEvent*)sal_op_get_user_pointer(op);
|
||||
LinphoneCore *lc=(LinphoneCore *)sal_get_user_pointer(sal_op_get_sal(op));
|
||||
LinphoneContent content;
|
||||
LinphoneContent content={0};
|
||||
|
||||
if (lev==NULL) {
|
||||
/*out of subscribe notify */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue