mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-21 06:51:35 +00:00
* We keep parent references when returning child objects via reference/python object wrappers rather than copying. But when iterating a linked list like the actions this can produce an incredibly long parent chain and then on destruction we can stack overflow if the chain is long enough.