mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-16 16:39:26 +01:00
Fix resetting the iosuhaxHandle in Mocha_DeInitLibrary
This commit is contained in:
parent
049f322e55
commit
b70e519ab8
@ -88,6 +88,7 @@ MochaUtilsStatus Mocha_DeInitLibrary() {
|
||||
|
||||
if (iosuhaxHandle >= 0) {
|
||||
IOS_Close(iosuhaxHandle);
|
||||
iosuhaxHandle = -1;
|
||||
}
|
||||
|
||||
return MOCHA_RESULT_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user