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) {  		stbuf->st_gid = getgid();  		afc_close_file(afc,file); +		free(file);  	}  	return res; | 
