Commit 3ed5777f authored by Po Lu's avatar Po Lu
Browse files

Fix CheckJNI crash on Android 2.2

* src/androidfns.c (syms_of_androidfns_for_pdumper): Don't free
local reference to script name if nonexistent.
parent fd293c7c
Pipeline #28479 failed with stages
in 117 minutes and 1 second
......@@ -3398,9 +3398,9 @@ syms_of_androidfns_for_pdumper (void)
string, data);
}
}
}
ANDROID_DELETE_LOCAL_REF (string);
ANDROID_DELETE_LOCAL_REF (string);
}
/* And variant. */
......
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