From 10a7663d0b203af8aea488007c3db69d7a2f6312 Mon Sep 17 00:00:00 2001 From: Palanix Date: Sat, 6 Apr 2024 22:57:10 +0200 Subject: [PATCH] Last forgotten free removed --- ccc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ccc.c b/ccc.c index 37f4ed2..48a50e7 100644 --- a/ccc.c +++ b/ccc.c @@ -637,7 +637,6 @@ void add_file_stat(char *filename, char *path, int ftype) bool force = ftype == 2 ? true : false; arraylist_add(marked, filename, path, NULL, type, icon_str, 8, true, force); /* free type and return without allocating more stuff */ - free(type); return; }