From ee621ba4768a9357bc90c7f546d0a3894ee1e6a9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Apr 2018 14:07:10 +0200 Subject: [PATCH] Silence Coverity warning --- configuration.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.c b/configuration.c index b98fd08d47..a03257b708 100644 --- a/configuration.c +++ b/configuration.c @@ -3767,8 +3767,7 @@ bool config_save_autoconf_profile(const char *path, unsigned user) error: free(buf); free(autoconf_file); - if (path_new) - free(path_new); + free(path_new); return false; }