diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-29 11:24:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-29 11:24:30 +0300 |
commit | 6233a4777edce1b30af96035e31ae3df074b15cb (patch) | |
tree | 8320b7560c17820fe82f8054f58524e87870974f /plugins/AVS | |
parent | b76f376e2d9fcedb935438b2132502696c7effe4 (diff) |
fixes #1443 (TabSRMM: crash after AVS unloading)
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 6fa9c01b15..0d2827a0cb 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -394,5 +394,6 @@ int CMPlugin::Unload() DestroyHookableEvent(hMyAvatarChanged);
CloseHandle(hLoaderEvent);
+ UnregisterClassW(AVATAR_CONTROL_CLASS, 0);
return 0;
}
|