mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Fix a memory leak
When running CIA checker tool
This commit is contained in:
parent
2760bb4a38
commit
4e38973384
@ -2069,6 +2069,7 @@ u32 ShowCiaCheckerInfo(const char* path) {
|
||||
state_verify = VerifyCiaFile(path);
|
||||
}
|
||||
|
||||
free(cia);
|
||||
return (state_ticket && state_tmd) ? 0 : 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user