Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ UnloadPlugins
Function
UnloadPlugins
ReClass/PluginAPI.cpp:101–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
VOID
102
UnloadPlugins(
103
VOID
104
)
105
{
106
for (PRECLASS_PLUGIN Plugin : g_LoadedPlugins)
107
{
108
FreeLibrary( Plugin->LoadedBase );
109
_aligned_free( Plugin );
110
}
111
g_LoadedPlugins.clear( );
112
}
113
114
115
//
Callers
1
ExitInstance
Method · 0.85
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected