summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglusterfs/src/call-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c
index 970300c81..40ebfd844 100644
--- a/libglusterfs/src/call-stub.c
+++ b/libglusterfs/src/call-stub.c
@@ -3872,7 +3872,7 @@ call_stub_destroy_wind (call_stub_t *stub)
{
if (stub->args.fxattrop.fd)
fd_unref (stub->args.fxattrop.fd);
- dict_unref (stub->args.xattrop.xattr);
+ dict_unref (stub->args.fxattrop.xattr);
break;
}
case GF_FOP_LOCK_NOTIFY: