Simplify registration tutorial.

This commit is contained in:
Guillaume Beraudo 2010-12-07 10:33:59 +01:00
parent 9fc45b9900
commit 93df6ec5b0

View file

@ -150,10 +150,9 @@ public class TutorialRegistration implements LinphoneCoreListener {
} finally {
write("Shutting down...");
write("Shutting down linphone...");
// You need to destroy the LinphoneCore object when no longer used
lc.destroy();
write("Exited");
}
}