mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix bug with activities clearing.
This commit is contained in:
parent
5f1e8dd03d
commit
db9d58cf45
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ static void presence_person_add_note(struct _LinphonePresencePerson *person, str
|
|||
static void presence_person_clear_activities(struct _LinphonePresencePerson *person) {
|
||||
ms_list_for_each(person->activities, (MSIterateFunc)presence_activity_delete);
|
||||
ms_list_free(person->activities);
|
||||
person->activities = NULL;
|
||||
}
|
||||
|
||||
static void presence_model_add_service(LinphonePresenceModel *model, struct _LinphonePresenceService *service) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue