[Issue 19317] dip1008 doesn't call the throwable's destructor in _d_delThrowable
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Oct 20 03:51:03 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19317
Nicholas Wilson <iamthewilsonator at hotmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator at hotmail.co
                   |                            |m
--- Comment #1 from Nicholas Wilson <iamthewilsonator at hotmail.com> ---
_d_delThrowable does call it
https://github.com/dlang/druntime/blob/9a8edfb48e4842180c706ee26ebd8edb10be53f4/src/rt/ehalloc.d#L114
so this must be some compiler buggery that just free's it directly.
--
    
    
More information about the Digitalmars-d-bugs
mailing list