From f6148edb2d2947b4587b4d874b872dbddca2065a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 23 Sep 2016 02:01:31 +0200 Subject: [PATCH] Fix logically dead code warning --- patch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/patch.c b/patch.c index 6651a94735..3af72a329e 100644 --- a/patch.c +++ b/patch.c @@ -549,8 +549,6 @@ error: *buf = ret_buf; *size = ret_size; free(patch_data); - if (patched_content) - free(patched_content); return false; }