diff options
Diffstat (limited to 'iax/dllmain.cpp')
-rw-r--r-- | iax/dllmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iax/dllmain.cpp b/iax/dllmain.cpp index f62a507..957d779 100644 --- a/iax/dllmain.cpp +++ b/iax/dllmain.cpp @@ -84,6 +84,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { int PreShutdown(WPARAM wParam, LPARAM lParam) {
DeinitIAXInterface();
+ DeinitMenu();
return 0;
}
@@ -138,7 +139,6 @@ extern "C" __declspec (dllexport) int __cdecl Load(PLUGINLINK *link) { extern "C" __declspec (dllexport) int __cdecl Unload(void) {
DeinitOptions();
DeinitServices();
- DeinitMenu();
DeinitIcons();
return 0;
}
|