mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-22 19:39:18 +01: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) {
|
if (iosuhaxHandle >= 0) {
|
||||||
IOS_Close(iosuhaxHandle);
|
IOS_Close(iosuhaxHandle);
|
||||||
|
iosuhaxHandle = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return MOCHA_RESULT_SUCCESS;
|
return MOCHA_RESULT_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user