mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
Fix CID 1134984
This commit is contained in:
parent
04a61148a5
commit
7c6c706804
@ -52,6 +52,7 @@ static RList *fs_posix_dir(RFSRoot *root, const char *path, int view /*ignored*/
|
||||
}
|
||||
r_list_append (list, fsf);
|
||||
}
|
||||
closedir (dir);
|
||||
return list;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user