From dda1099d99415e94100370a66df1f9f95d0534c0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Sep 2016 21:40:00 +0200 Subject: [PATCH] Another memory leak fix --- patch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/patch.c b/patch.c index c2217003d0..6651a94735 100644 --- a/patch.c +++ b/patch.c @@ -542,6 +542,7 @@ static bool apply_patch_content(uint8_t **buf, } free(patch_data); + free(patched_content); return true; error: