Fix CID 1134984

This commit is contained in:
Anton Kochkov 2014-05-02 14:43:51 +04:00
parent 04a61148a5
commit 7c6c706804

View File

@ -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;
}