[][src]Function opaque_pointer::free

pub unsafe fn free<T>(pointer: *mut T)

Free memory of a previous type converted to raw pointer.

Safety

The pointer must be a valid reference and never call it twice or behavior is undefined.

That could produce a HEAP error that produce a crash.