Kaydet (Commit) 2c619267 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Detach thread before returning from android_main()

Change-Id: I593e94e90971b6be681de48dce74f7df2293c10e
üst 39c3a4d6
......@@ -2009,6 +2009,7 @@ android_main(struct android_app* state)
}
lo_main(lo_main_argc, lo_main_argv);
nRet = (*(*state->activity->vm)->DetachCurrentThread)(state->activity->vm);
fprintf (stderr, "exit android_main\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment