https://issues.dlang.org/show_bug.cgi?id=18283

anonymous4 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from anonymous4 <[email protected]> ---
destroy for pointer assigns null to it, it's safe. Dereferencing null pointer
is safe too, because it doesn't lead to memory corruption in protected memory
environment.

--

Reply via email to