Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e3e363db
Commit
e3e363db
authored
Apr 25, 2016
by
Sylvain Berfini
🐮
Browse files
Fixed infinite loop when carddav context is null
parent
61e9ee79
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/friendlist.c
View file @
e3e363db
...
...
@@ -497,8 +497,8 @@ void linphone_friend_list_update_dirty_friends(LinphoneFriendList *list) {
}
linphone_carddav_put_vcard
(
cdc
,
lf
);
}
dirty_friends
=
ms_list_next
(
dirty_friends
);
}
dirty_friends
=
ms_list_next
(
dirty_friends
);
}
list
->
dirty_friends_to_update
=
ms_list_free_with_data
(
list
->
dirty_friends_to_update
,
(
void
(
*
)(
void
*
))
linphone_friend_unref
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment