unload baresip modules at quit
This commit is contained in:
@ -326,7 +326,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStart(JNIEnv *env, jobject instanc
|
|||||||
//ua_close();
|
//ua_close();
|
||||||
conf_close();
|
conf_close();
|
||||||
baresip_close();
|
baresip_close();
|
||||||
//mod_close();
|
mod_close();
|
||||||
//libre_close();
|
//libre_close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -344,7 +344,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStop(JNIEnv *env, jobject thiz) {
|
|||||||
// ua_close();
|
// ua_close();
|
||||||
conf_close();
|
conf_close();
|
||||||
baresip_close();
|
baresip_close();
|
||||||
// mod_close();
|
mod_close();
|
||||||
// libre_close();
|
// libre_close();
|
||||||
// tmr_debug();
|
// tmr_debug();
|
||||||
// mem_debug();
|
// mem_debug();
|
||||||
|
|||||||
Reference in New Issue
Block a user