mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-27 05:59:03 +02:00
LDMD: Avoid unitialized data.
Found using Valgrind.
This commit is contained in:
@@ -1022,6 +1022,7 @@ void DtoVarDeclaration(VarDeclaration* vd)
|
||||
assert(!vd->aliassym && "Aliases are handled in DtoDeclarationExp.");
|
||||
|
||||
Logger::println("vdtype = %s", vd->type->toChars());
|
||||
LOG_SCOPE
|
||||
|
||||
if (vd->nestedrefs.dim)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user