mirror of
https://github.com/Decscots/Lockpick_RCM
synced 2024-11-15 06:56:35 +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:
|
pkg2_done:
|
||||||
|
free(ki->kip1);
|
||||||
free(pkg2);
|
free(pkg2);
|
||||||
free(ki);
|
free(ki);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue