aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.c')
-rw-r--r--api/api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/api.c b/api/api.c
index 983596e..66daabc 100644
--- a/api/api.c
+++ b/api/api.c
@@ -65,7 +65,6 @@ DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved)
case DLL_PROCESS_DETACH:
NciCleanup();
NamespaceCleanup();
- AdapterCleanup();
#ifndef _DEBUG
LocalFree(SecurityAttributesSystem.lpSecurityDescriptor);
#endif