From 597c74a419332b86f858c6669ca6985343bf4c72 Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Fri, 13 Dec 2019 17:51:53 +0100 Subject: [PATCH] Remove buggy detach --- src/foundation_pEp_jniadapter_AbstractEngine.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/foundation_pEp_jniadapter_AbstractEngine.cc b/src/foundation_pEp_jniadapter_AbstractEngine.cc index 2b61d19..145438c 100644 --- a/src/foundation_pEp_jniadapter_AbstractEngine.cc +++ b/src/foundation_pEp_jniadapter_AbstractEngine.cc @@ -331,7 +331,6 @@ extern "C" { } catch (RuntimeError& ex) { throw_pEp_Exception(env, ex.status); - jvm->DetachCurrentThread(); return; } }