Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I wasn't freeing the deserialized renderer, which obviously leaks a lot of memory. I also moved the assert to after these frees, since this test still is still failing, and I don't want the misleading leak report from ASAN caused by the early-return. Come to think of it, I really should refactor test_assert() to set a flag we always return at the end, so we don't encounter this same issue later on. // TODO!
- Loading branch information