mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
6bc4e007a0
* If the last refcount on a python lambda/temp function is released when a wrapping std::function is destroyed in a C++ invoke, we can't destroy it safely. Instead we queue up that decref and process it the next chance we're able (which is either when the current execution finishes for a python shell execution, or on the next function call which handles extensions).