Silence Coverity warning

This commit is contained in:
twinaphex 2018-04-23 14:07:10 +02:00
parent f1fa1d4879
commit ee621ba476
1 changed files with 1 additions and 2 deletions

View File

@ -3767,8 +3767,7 @@ bool config_save_autoconf_profile(const char *path, unsigned user)
error: error:
free(buf); free(buf);
free(autoconf_file); free(autoconf_file);
if (path_new) free(path_new);
free(path_new);
return false; return false;
} }