MCPcopy 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
101VOID
102UnloadPlugins(
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

ExitInstanceMethod · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected