mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-10 07:45:38 +00:00
* These are some leaks, some mismatched new/deletes and some uninit'd values. Mostly the leaks are what we care about so that the replay host can be kept alive for a long time rather than needing to be constantly restarted. * Also added a valgrind suppression file to suppress some of the false positives I ran into while testing.