mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 04:58:59 +00:00
deinitializing multi-threaded things seems like a good way to go mad
This commit is contained in:
@@ -180,8 +180,8 @@ extern "C" JNIEXPORT void Java_org_telegram_messenger_voip_VoIPController_native
|
||||
VoIPController* ctlr=((VoIPController*)(intptr_t)inst);
|
||||
impl_data_android_t* impl=(impl_data_android_t*)ctlr->implData;
|
||||
jobject jobj=impl->javaObject;
|
||||
free(impl);
|
||||
delete ctlr;
|
||||
free(impl);
|
||||
env->DeleteGlobalRef(jobj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user