summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-log-ops.c
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2017-11-03 11:53:12 +0530
committerAtin Mukherjee <amukherj@redhat.com>2017-11-06 03:56:48 +0000
commitf461d75b226a5bc6c088280e43a96f9b54f33af5 (patch)
tree9c743476a35a85777f79c183c65363a1d184697b /xlators/mgmt/glusterd/src/glusterd-log-ops.c
parent0f10b1a5caa78d723b3e8b879d1de162730913ce (diff)
glusterd: Fix few coverity errors
Fixes issues 810, 248, 491, 499, 85, 786, 811, 43, and 44 from the report at [1]. [1]: https://download.gluster.org/pub/gluster/glusterfs/static-analysis/master/glusterfs-coverity/2017-10-30-9aa574a5/html/ BUG: 789278 Change-Id: I27ebae2ffb2256b8eef0757d768cc46e5a942e9f Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-log-ops.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-log-ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-log-ops.c b/xlators/mgmt/glusterd/src/glusterd-log-ops.c
index d04492af7cc..575c104d1c6 100644
--- a/xlators/mgmt/glusterd/src/glusterd-log-ops.c
+++ b/xlators/mgmt/glusterd/src/glusterd-log-ops.c
@@ -244,6 +244,7 @@ cont:
ret = fscanf (file, "%d", &pid);
if (ret <= 0) {
+ fclose (file);
gf_msg ("glusterd", GF_LOG_ERROR, errno,
GD_MSG_FILE_OP_FAILED, "Unable to read pidfile: %s",
pidfile);