mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fixed leak in call tester
This commit is contained in:
parent
9fdec0e9b2
commit
cd5b0de04a
1 changed files with 3 additions and 0 deletions
|
|
@ -5799,6 +5799,9 @@ static void _call_with_network_switch(bool_t use_ice, bool_t with_socket_refresh
|
|||
/*pauline shall be able to end the call without problem now*/
|
||||
end_call(pauline, marie);
|
||||
end:
|
||||
if (pauline_params) {
|
||||
linphone_call_params_unref(pauline_params);
|
||||
}
|
||||
ms_list_free(lcs);
|
||||
linphone_core_manager_destroy(marie);
|
||||
linphone_core_manager_destroy(pauline);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue