9pfuse: bug fix in error case
This commit is contained in:
parent
0445f64f64
commit
3c8afaf281
1 changed files with 1 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ fuseread(FuseMsg *m)
|
|||
if(n < 0){
|
||||
free(buf);
|
||||
replyfuseerrstr(m);
|
||||
return;
|
||||
}
|
||||
replyfuse(m, buf, n);
|
||||
free(buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue