diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index c980e7bc640..4edb5894c60 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -2196,14 +2196,12 @@ glusterfs_process_volfp (glusterfs_ctx_t *ctx, FILE *fp)          ret = glusterfs_graph_prepare (graph, ctx);          if (ret) { -                glusterfs_graph_destroy (graph);                  goto out;          }          ret = glusterfs_graph_activate (graph, ctx);          if (ret) { -                glusterfs_graph_destroy (graph);                  goto out;          } @@ -2215,6 +2213,7 @@ out:                  fclose (fp);          if (ret && !ctx->active) { +                glusterfs_graph_destroy (graph);                  /* there is some error in setting up the first graph itself */                  cleanup_and_exit (0);          }  | 
