glusterd: Remove invalid free of op_errstr

Thanks to Raghavendra Bhat for pointing it out.

Change-Id: I77b0f02a71ce273c9d1ffcbb1ce7e9d5b34d9de9
BUG: 873549
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/4345
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Krutika Dhananjay 2012-12-19 17:04:33 +05:30 committed by Vijay Bellur
parent ab7ffc3907
commit 2cced9f0c1

View File

@ -518,7 +518,6 @@ out:
dict, op_errstr);
if (dict)
dict_unref (dict);
GF_FREE (op_errstr);
}
return ret;