Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pointless use-after-free assert
While op_free() doesn't actually free the op, but adds it to the slab's freelist and marks it as freed, that's not obvious when reading the code. Also, if op_free() fails to do its job, we have bigger problems than just here.
- Loading branch information