r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
199 stars 46 forks source link

Fix crash related to unwind protect short circuiting #245

Closed jimhester closed 2 years ago

jimhester commented 2 years ago

It seems relying on non-local static objects can cause memory issues, that are resolved by moving to use a local static objects instead.

Fixes #244