From 00ca780bbab3e5c5e8abab8a36889c3dd07627e6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 29 Sep 2016 04:41:09 +0200 Subject: [PATCH] Revert "Another memory leak fix" This reverts commit dda1099d99415e94100370a66df1f9f95d0534c0. --- patch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.c b/patch.c index 3af72a329e..c302295e41 100644 --- a/patch.c +++ b/patch.c @@ -542,7 +542,6 @@ static bool apply_patch_content(uint8_t **buf, } free(patch_data); - free(patched_content); return true; error: