mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
parent
6c04f52a39
commit
9a8302a941
1 changed files with 3 additions and 0 deletions
|
@ -492,9 +492,12 @@ struct ModuleGroup
|
||||||
if (!bt(ctordone, idx))
|
if (!bt(ctordone, idx))
|
||||||
{
|
{
|
||||||
if (!processMod(idx))
|
if (!processMod(idx))
|
||||||
|
{
|
||||||
|
.free(ctors);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (ctoridx == 0)
|
if (ctoridx == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue