Fix more cppcheck warnings

This commit is contained in:
Rosen Penev
2017-02-10 16:10:21 -08:00
parent 7087966f19
commit a3d04a40b0
6 changed files with 17 additions and 20 deletions
-2
View File
@@ -256,8 +256,6 @@ char **scan_directory (const char *path)
files[num_files] = NULL;
num_files++;
hcfree (tmp_path);
return (files);