We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde839a commit 71748faCopy full SHA for 71748fa
simulator/simulator.c
@@ -55,7 +55,6 @@ JNIEXPORT void simulator_start(JNIEnv* env, jobject thiz, jobject bitmap, jint w
55
(*env)->DeleteGlobalRef(env, s_simulator_thiz);
56
s_simulator_thiz = NULL;
57
s_simulator_jvm = NULL;
58
- exit(0);
59
}
60
61
JNIEXPORT void simulator_key(jint key)
0 commit comments