Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
cff45b8c
Commit
cff45b8c
authored
Mar 07, 2018
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix crash in cardav tester
parent
30b270f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vcard_tester.c
tester/vcard_tester.c
+1
-1
No files found.
tester/vcard_tester.c
View file @
cff45b8c
...
...
@@ -795,9 +795,9 @@ static void carddav_integration(void) {
linphone_friend_done
(
lf
);
BC_ASSERT_EQUAL
((
unsigned
int
)
bctbx_list_size
(
linphone_friend_list_get_dirty_friends_to_update
(
linphone_friend_get_friend_list
(
lf
))),
1
,
unsigned
int
,
"%u"
);
ms_free
(
stats
);
linphone_friend_list_unref
(
lfl
);
linphone_core_manager_destroy
(
manager
);
ms_free
(
stats
);
}
static
void
carddav_clean
(
void
)
{
// This is to ensure the content of the test addressbook is in the correct state for the following tests
...
...
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