mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
d37b0ee00b
* 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.