Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lj_state.c: Restore assertion that all memory is deallocated
Repay some technical debt: I had disabled the lua_assert() checking that when the VM closes the number of bytes freed is exactly the same as the number of bytes allocated i.e. we were not defending against memory leaks.
- Loading branch information