mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix wakelock possible leak in android on Linphone destroy
This commit is contained in:
parent
d8568491eb
commit
ed813724f7
1 changed files with 1 additions and 1 deletions
|
|
@ -333,8 +333,8 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
return new LinphoneCallLogImpl(callLog);
|
||||
}
|
||||
public synchronized void destroy() {
|
||||
setAndroidPowerManager(null);
|
||||
delete(nativePtr);
|
||||
setAndroidPowerManager(null);
|
||||
nativePtr=0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue