mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ls.c: fix typo of -fanalyzer in comment
Added on commit c6166d79c ("free some memory; get rid of false positive
from gcc static analyzer", 2020-09-28).
This commit is contained in:
parent
b87974ee26
commit
63552628d7
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ static void print_directory(const char *path) {
|
|||
else {
|
||||
for (i = 0; i < n; i++)
|
||||
print_file_or_dir(path, namelist[i]->d_name);
|
||||
// get rid of false psitive reported by GCC -fanalyze
|
||||
// get rid of false psitive reported by GCC -fanalyzer
|
||||
for (i = 0; i < n; i++)
|
||||
free(namelist[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue