Another memory leak fix

This commit is contained in:
twinaphex 2016-09-22 21:40:00 +02:00
parent a60812a2ee
commit dda1099d99

View File

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