Index: src/runtime/linklib/init.m ================================================================== --- src/runtime/linklib/init.m +++ src/runtime/linklib/init.m @@ -161,11 +161,11 @@ ctor(); return 0; } -DESTRUCTOR_P(ObjFWRT, 4000) +DESTRUCTOR_P(ObjFWRT, 0) { dtor(); } #endif