Fix last commit

(cherry picked from commit 048f01ff5a)
This commit is contained in:
Erwan Croze 2018-06-07 11:54:19 +02:00 committed by Mickaël Turnel
parent 1a79bba257
commit f9ccb34147

View file

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