diff options
| -rw-r--r-- | src/ifuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ifuse.c b/src/ifuse.c index a9d1c9a..92f5d43 100644 --- a/src/ifuse.c +++ b/src/ifuse.c | |||
| @@ -65,6 +65,7 @@ static int ifuse_getattr(const char *path, struct stat *stbuf) { | |||
| 65 | stbuf->st_gid = getgid(); | 65 | stbuf->st_gid = getgid(); |
| 66 | 66 | ||
| 67 | afc_close_file(afc,file); | 67 | afc_close_file(afc,file); |
| 68 | free(file); | ||
| 68 | } | 69 | } |
| 69 | 70 | ||
| 70 | return res; | 71 | return res; |
