Fix logically dead code warning

This commit is contained in:
twinaphex 2016-09-23 02:01:31 +02:00
parent c9e10c821e
commit f6148edb2d

View File

@ -549,8 +549,6 @@ error:
*buf = ret_buf;
*size = ret_size;
free(patch_data);
if (patched_content)
free(patched_content);
return false;
}