in crates/ratchet-core/src/storage/cpu_buffer.rs [56:60]
fn drop(&mut self) { if !self.0.is_null() && self.1.size() > 0 { unsafe { std::alloc::dealloc(self.0, self.1) } } }