Commit f526a360 authored by Jonathan Beck's avatar Jonathan Beck

free file after requesting info

parent e9e663d5
...@@ -65,6 +65,7 @@ static int ifuse_getattr(const char *path, struct stat *stbuf) { ...@@ -65,6 +65,7 @@ static int ifuse_getattr(const char *path, struct stat *stbuf) {
stbuf->st_gid = getgid(); stbuf->st_gid = getgid();
afc_close_file(afc,file); afc_close_file(afc,file);
free(file);
} }
return res; return res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment