diff options
author | Chris Robinson <[email protected]> | 2017-06-28 20:03:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 20:03:36 -0700 |
commit | 47f1db36a7adf63ebd576f158a83d98b67a814a0 (patch) | |
tree | a58962cdca493de7f793ad28fef47d5914068af4 /router/router.c | |
parent | b88b57868ab37453980170896070631714fdc1fa (diff) |
Partially implement ALC functions in the router
Diffstat (limited to 'router/router.c')
-rw-r--r-- | router/router.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/router/router.c b/router/router.c index 7bbdfa8e..3adf64e2 100644 --- a/router/router.c +++ b/router/router.c @@ -33,6 +33,8 @@ BOOL APIENTRY DllMain(HINSTANCE module, DWORD reason, void *reserved) break; case DLL_PROCESS_DETACH: + ResetPtrIntMap(&ContextIfaceMap); + ResetPtrIntMap(&DeviceIfaceMap); for(i = 0;i < DriverListSize;i++) { if(DriverList[i].Module) |