[Issue 15272] [2.069-rc2,inline] nothing written to output when -inline is set

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 1 13:11:50 PST 2015


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

--- Comment #5 from ag0aep6g at gmail.com ---
(In reply to ag0aep6g from comment #4)
> I think this is a bug in libdparse.
> 
> Its `StringCache` allocates space for `buckets`, but doesn't null the
> pointers. On destruction it then tries to `free` the garbage pointers in
> there.

Forget that. It's using calloc, not malloc, so it should be all zeros already.

--


More information about the Digitalmars-d-bugs mailing list