Compare commits

...

2 Commits

Author SHA1 Message Date
Maniac- 045fb941f5
Merge 0e75922c5b into 4d0585cdb4 2023-12-03 17:11:15 -07:00
Maschell 4d0585cdb4 Fix resetting the iosuhaxHandle in Mocha_DeInitLibrary 2023-11-27 11:47:40 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ MochaUtilsStatus Mocha_DeInitLibrary() {
if (iosuhaxHandle >= 0) {
IOS_Close(iosuhaxHandle);
iosuhaxHandle = -1;
}
return MOCHA_RESULT_SUCCESS;