mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix LinphoneCoreManager not destroyed in a test
This commit is contained in:
parent
e0d2b13123
commit
54c6519b58
1 changed files with 2 additions and 0 deletions
|
|
@ -4961,6 +4961,8 @@ static void call_logs_if_no_db_set() {
|
|||
end_call(marie, laure);
|
||||
|
||||
BC_ASSERT_TRUE(ms_list_size(laure->lc->call_logs) == 11);
|
||||
linphone_core_manager_destroy(marie);
|
||||
linphone_core_manager_destroy(laure);
|
||||
}
|
||||
|
||||
static void call_logs_migrate() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue