mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-14 06:15:54 -05:00
Fix check for NULL-pointer in WUPSGetLoadedPlugins
This commit is contained in:
@@ -186,7 +186,7 @@ int32_t WUPSGetLoadedPlugins(plugin_container_handle *io_handles, uint32_t buffe
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (*outSize) {
|
||||
if (outSize != NULL) {
|
||||
*outSize = counter;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user