Fix a memory leak in "Remote conference" tests

This commit is contained in:
François Grisez 2017-03-28 11:25:49 +02:00
parent 0f08eba9cd
commit 91c0fc4a17

View file

@ -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);
}