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

thomas.bock...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.bock...@gmail.com

--- Comment #8 from thomas.bock...@gmail.com ---
Given that assert(0) is intended to crash the program, wouldn't it also be
reasonable to just allocate using stdc's malloc, or an OS-specific syscall, and
not worry about explicitly freeing the memory? It's just going to get freed by
the OS when the process terminates an instant later, anyway...

--

Reply via email to