shredder
shredder copied to clipboard
Check `Lockout` before deallocation
This is kinda awkward and needs refactoring, but we should do a double check of the Lockout
before deallocating data. This will be pretty fast on the happy path, and would catch some UB surrounding deallocation in bad code. The perf loss is definitely worth it.