diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2012-12-19 17:04:33 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-12-20 04:55:52 -0800 |
commit | 2cced9f0c116df102b6163d24c0ad7e09d198a69 (patch) | |
tree | 0600b5148247dccbd3ae62b81668d03c9fc28ea9 | |
parent | ab7ffc390778a9a2ab3cb85490707972a1fd3f9b (diff) |
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>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index 8f3ae9ae4df..6c87e97b8cb 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c @@ -518,7 +518,6 @@ out: dict, op_errstr); if (dict) dict_unref (dict); - GF_FREE (op_errstr); } return ret; |