mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix leak of register
This commit is contained in:
parent
9de045a812
commit
48cef97024
1 changed files with 1 additions and 0 deletions
|
|
@ -697,6 +697,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
|
|||
finally {
|
||||
try {
|
||||
mServiceContext.unregisterReceiver(mKeepAliveReceiver);
|
||||
mServiceContext.unregisterReceiver(mHookReceiver);
|
||||
dozeManager(false);
|
||||
} catch (Exception e) {
|
||||
Log.e(e);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue