From 20e86afbf29a9da18799ac54fed427628de08322 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Jun 2016 22:27:44 +0200 Subject: [PATCH] Cleanup --- tasks/task_content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_content.c b/tasks/task_content.c index 2697cad3bc..115177d3ee 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -661,9 +661,9 @@ static int content_file_compressed_read( if (*length != -1) ret = 1; } +#endif string_list_free(str_list); -#endif return ret; error: