diff options
author | Chris Robinson <[email protected]> | 2017-06-28 22:39:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 22:39:11 -0700 |
commit | ef7eced7a700ba12badf412e21e682b1b1c60683 (patch) | |
tree | 21204e709e8ffdf6e015e2565fcb0ecaab2d79c4 /router/router.h | |
parent | a729007887d771ee927da1ef1bc832502e17b2a1 (diff) |
Properly clean up allocated memory at exit
Diffstat (limited to 'router/router.h')
-rw-r--r-- | router/router.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/router/router.h b/router/router.h index 016c3998..f4ba33c7 100644 --- a/router/router.h +++ b/router/router.h @@ -135,7 +135,6 @@ ALint RemovePtrIntMapKey(PtrIntMap *map, ALvoid *key); ALint LookupPtrIntMapKey(PtrIntMap *map, ALvoid *key); -extern PtrIntMap DeviceIfaceMap; -extern PtrIntMap ContextIfaceMap; +void ReleaseALC(void); #endif /* ROUTER_ROUTER_H */ |