diff options
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 5afa558dd70..6e00cd1fdab 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -1100,6 +1100,8 @@ out:          if (iobref)                  iobref_unref (iobref); +        if (iobuf) +                iobuf_unref (iobuf);          return ret;  } | 
