mirror of
https://github.com/s1204IT/Lockpick_RCM.git
synced 2024-11-10 12:31:48 +00:00
keys: Fix failure to free decompressed kip1
This commit is contained in:
parent
535a2d97f2
commit
86f2a63fb7
1 changed files with 1 additions and 0 deletions
|
@ -543,6 +543,7 @@ get_tsec: ;
|
|||
}
|
||||
}
|
||||
pkg2_done:
|
||||
free(ki->kip1);
|
||||
free(pkg2);
|
||||
free(ki);
|
||||
|
||||
|
|
Loading…
Reference in a new issue