From 38e48917c4b673197ddd0fbc73c26782103eeea3 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 4 Dec 2018 00:24:34 +0200 Subject: [PATCH] modified closing of baresip due to upstream change --- app/src/main/cpp/baresip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 6fc88f2f..d5aaa739 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -425,6 +425,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStart(JNIEnv *env, jobject instanc LOGD("closing ..."); ua_close(); + module_app_unload(); conf_close(); baresip_close();