diff options
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r-- | yapp/popups2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index d6d276d..8f12292 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -324,6 +324,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { int PreShutdown(WPARAM wParam, LPARAM lParam) {
if(hAvChangeEvent) UnhookEvent(hAvChangeEvent);
DeinitMessagePump();
+ DeinitNotify();
return 0;
}
|