mirror of
https://github.com/wiiu-env/libmocha.git
synced 2026-04-21 06:27:32 -05:00
Fix resetting the iosuhaxHandle in Mocha_DeInitLibrary
This commit is contained in:
parent
049f322e55
commit
4d0585cdb4
|
|
@ -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