From b4054dc6a6ad0fd1c841c5f1478e07205bd8aa93 Mon Sep 17 00:00:00 2001 From: Andrii Shtompel Date: Tue, 11 Oct 2016 11:53:09 +0300 Subject: [PATCH] [IOT-1417] Fix Sign Up/In/Out Workflow Change-Id: Icfadd8e40fcb8cbf8d962464d8bc1372b302d5c6 Signed-off-by: Andrii Shtompel Reviewed-on: https://gerrit.iotivity.org/gerrit/13093 Reviewed-by: Dmitriy Zhuravlev Tested-by: jenkins-iotivity Reviewed-by: Kevin Kane Reviewed-by: Randeep Singh (cherry picked from commit 26c80763150b1689f2eaa8845569a7b1eab14c2a) Reviewed-on: https://gerrit.iotivity.org/gerrit/13125 --- resource/provisioning/examples/cloudAuth.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/resource/provisioning/examples/cloudAuth.cpp b/resource/provisioning/examples/cloudAuth.cpp index cd9313d..f68e7df 100644 --- a/resource/provisioning/examples/cloudAuth.cpp +++ b/resource/provisioning/examples/cloudAuth.cpp @@ -401,8 +401,6 @@ OCStackApplicationResult handleCloudSignOutResponse(void *ctx, OIC_LOG_V(ERROR, TAG, "Sign Out OK"); } - SessionFree(); - OIC_LOG_V(DEBUG, TAG, "OUT: %s", __func__); exit: -- 2.7.4