mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Also fix memory corruption for GDC
This commit is contained in:
parent
708ec67070
commit
0d5180c98f
|
@ -120,8 +120,7 @@ synchronized class DependencyContainer {
|
|||
private ResolveOption persistentResolveOptions;
|
||||
|
||||
~this() {
|
||||
pragma(msg, __VERSION__);
|
||||
if (!(vendor == Vendor.digitalMars && __VERSION__ == 2066)) {
|
||||
if (!((vendor == Vendor.digitalMars || vendor == Vendor.gnu) && __VERSION__ == 2066)) {
|
||||
clearAllRegistrations();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue