Small fix

This commit is contained in:
Federico Cecchetto
2022-06-12 03:43:18 +02:00
parent 1cd309f299
commit 2e653dbbbf
2 changed files with 17 additions and 1 deletions
+5
View File
@@ -13,5 +13,10 @@ BOOL APIENTRY DllMain(HMODULE /*module_*/, DWORD ul_reason_for_call, LPVOID /*re
component_loader::post_unpack();
}
if (ul_reason_for_call == DLL_PROCESS_DETACH)
{
component_loader::pre_destroy();
}
return TRUE;
}