mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Fix a memory leak in "Remote conference" tests
This commit is contained in:
parent
0f08eba9cd
commit
91c0fc4a17
1 changed files with 1 additions and 0 deletions
|
|
@ -895,5 +895,6 @@ LinphoneConferenceServer* linphone_conference_server_new(const char *rc_file, bo
|
|||
}
|
||||
|
||||
void linphone_conference_server_destroy(LinphoneConferenceServer *conf_srv) {
|
||||
linphone_core_cbs_unref(conf_srv->cbs);
|
||||
linphone_core_manager_destroy((LinphoneCoreManager *)conf_srv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue