mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
We use a smart pointer to hold local java variables, and it was getting destructed after DetachCurrentThread() was called, causing a JVM crash.