mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2026-08-22 00:34:07 -05:00
Remove call of OSDynLoad_Release for handles that have not been acquired
This commit is contained in:
@@ -55,7 +55,6 @@ void FunctionAddressProvider::resetHandles() {
|
||||
for (int32_t i = 0; i < rpl_handles_size; i++) {
|
||||
if (rpl_handles[i].handle != nullptr) {
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("Resetting handle for rpl: %s", rpl_handles[i].rplname);
|
||||
OSDynLoad_Release(rpl_handles[i].handle);
|
||||
}
|
||||
|
||||
rpl_handles[i].handle = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user