MCPcopy Create free account
hub / github.com/ReadyTalk/avian / clean

Function clean

classpath/java-lang.cpp:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void clean(JNIEnv* e, jobjectArray command, char** p)
230{
231 int i = 0;
232 for (char** x = p; *x; ++x, ++i) {
233 jstring element = (jstring)e->GetObjectArrayElement(command, i);
234 e->ReleaseStringUTFChars(element, *x);
235 }
236 free(p);
237}
238#endif
239}
240

Callers 1

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected