mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
JNI fixes
This commit is contained in:
parent
732787687a
commit
a6afcf99fb
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ public:
|
|||
,jevent
|
||||
,jstate
|
||||
);
|
||||
if (state==LinphoneSubscriptionTerminated || state==LinphoneSubscriptionError){
|
||||
if (state==LinphoneSubscriptionTerminated){
|
||||
/*loose the java reference */
|
||||
linphone_event_set_user_data(ev,NULL);
|
||||
env->DeleteGlobalRef(jevent);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue