Fix last commit

This commit is contained in:
Erwan Croze 2018-06-07 11:54:19 +02:00
parent e81757739c
commit 048f01ff5a

View file

@ -1014,7 +1014,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
mLc.setNetworkReachable(false); mLc.setNetworkReachable(false);
} }
} }
mLc = null; mLc.destroy();
} }
@TargetApi(Build.VERSION_CODES.HONEYCOMB) @TargetApi(Build.VERSION_CODES.HONEYCOMB)