diff options
Diffstat (limited to 'api/main.c')
-rw-r--r-- | api/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved) } EnvInit(); NamespaceInit(); + AdapterCleanupLegacyDevices(); break; case DLL_PROCESS_DETACH: |