From e8f9d42504126f8af6bbb8d160925148ad44c5de Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Tue, 24 Apr 2012 19:39:40 +0530 Subject: pump: Removed extra dict_unref in pump_command_reply afr_local_cleanup is already performing the dict_unref on local->dict. Change-Id: I07bcb100db0a0b96b3a698c444f43f96065746fb BUG: 804905 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.com/3223 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/cluster/afr/src/pump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/cluster/afr/src/pump.c') diff --git a/xlators/cluster/afr/src/pump.c b/xlators/cluster/afr/src/pump.c index 8667b4007b0..b2fd1f7385b 100644 --- a/xlators/cluster/afr/src/pump.c +++ b/xlators/cluster/afr/src/pump.c @@ -1607,8 +1607,6 @@ pump_command_reply (call_frame_t *frame, xlator_t *this) gf_log (this->name, GF_LOG_INFO, "Command succeeded"); - dict_unref (local->dict); - AFR_STACK_UNWIND (setxattr, frame, local->op_ret, -- cgit