Revert "Another memory leak fix"

This reverts commit dda1099d99.
This commit is contained in:
twinaphex 2016-09-29 04:41:09 +02:00
parent 27ee26b331
commit 00ca780bba

View File

@ -542,7 +542,6 @@ static bool apply_patch_content(uint8_t **buf,
}
free(patch_data);
free(patched_content);
return true;
error: