list_empty does not empty the list, oops

This commit is contained in:
suchmememanyskill
2020-12-29 02:12:35 +01:00
parent 82c5555112
commit 9753893045
2 changed files with 2 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ void disconnectMMC(){
TConf.currentMMCConnected = MMC_CONN_None;
emummc_storage_end(&emmc_storage);
nx_emmc_gpt_free(&curGpt);
list_empty(&curGpt);
}
}