Remove invalid free for this use case

This commit is contained in:
shchmue 2019-10-25 10:05:57 -06:00
parent 28f4190076
commit e5849e3ab2
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ int pkg2_decompress_kip(pkg2_kip1_info_t* ki, u32 sectsToDecomp)
memcpy(newKip, &hdr, sizeof(hdr));
newKipSize = dstDataPtr-(unsigned char*)(newKip);
free(ki->kip1);
ki->kip1 = newKip;
ki->size = newKipSize;