We need to find someone that know about Android JNI stuff. To me that code seems harmless. Maybe using GlobalRef() twice with the same LocalRef() is not allowed, somehow?
Bug 2005500 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We need to find someone that knows about Android JNI stuff. To me that code seems harmless. Maybe using GlobalRef() twice with the same LocalRef() is not allowed, somehow?
We need to find someone that knows about Android JNI stuff. To me that code seems harmless. Maybe using GlobalRef() twice with the same LocalRef() is not allowed, somehow? Edit: The [line](https://searchfox.org/firefox-main/rev/04cf27582307a9c351e991c740828d54cf786b76/widget/android/ImageDecoderSupport.cpp#99) actually points to the first `result = java::GeckoResult::GlobalRef(result)`, so probably not that.