mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-03-25 21:27:41 +00:00
Fix stupid syntax error
This commit is contained in:
parent
749080cbfb
commit
2bc07a8eaa
@ -196,7 +196,7 @@ JNIEXPORT jint JNICALL Java_org_servalproject_servald_ServalD_rawCommand(JNIEnv
|
||||
|
||||
// free any temporary output buffer
|
||||
if (context.outv_buffer)
|
||||
free(context.outv_buffer;
|
||||
free(context.outv_buffer);
|
||||
|
||||
// Release argv Java string buffers.
|
||||
for (i = 0; i < len; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user