Fix a memory leak

When running CIA checker tool
This commit is contained in:
luigoalma 2020-01-22 20:44:38 +00:00 committed by Wolfvak
parent 2760bb4a38
commit 4e38973384

View File

@ -2069,6 +2069,7 @@ u32 ShowCiaCheckerInfo(const char* path) {
state_verify = VerifyCiaFile(path);
}
free(cia);
return (state_ticket && state_tmd) ? 0 : 1;
}