diff options
Diffstat (limited to 'plugins')
-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;
}
|