mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-13 06:15:11 +01:00
StorageAPI: Set key of rootitem to NULL in WUPS_CloseStorage
This commit is contained in:
parent
00f7bf0601
commit
e7d3027cd6
@ -116,6 +116,7 @@ WUPSStorageError WUPS_CloseStorage(void) {
|
||||
closeItem(&rootItem);
|
||||
rootItem.data_size = 0;
|
||||
rootItem.data = nullptr;
|
||||
rootItem.key = nullptr;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user