mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
Fix compilation on Android
This commit is contained in:
parent
fd75b79477
commit
9cee579ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -5320,5 +5320,5 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_destroyPlayer(JNIEnv *en
|
|||
}
|
||||
jobject window_id = (jobject)ms_media_player_get_window_id((MSMediaPlayer *)player->impl);
|
||||
if(window_id) env->DeleteGlobalRef(window_id);
|
||||
linphone_local_player_destroy(player);
|
||||
linphone_player_destroy(player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue