From 0e1679aee746040cdd509c5cd4004a4641c4c203 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 13 Jan 2012 18:21:39 +0530 Subject: cli,glusterd: Display volume UUID in the output of 'volume info' Cleaned up some leaks along the way. Change-Id: Ibc76c539eee935c0630f9580d0d914814b1a6fe1 BUG: 781445 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/2643 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- cli/src/cli-cmd-volume.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/src/cli-cmd-volume.c') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 38c16797e..a572bdc3f 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -105,6 +105,9 @@ out: cli_out ("Getting Volume information failed!"); } + if (frame) + FRAME_DESTROY (frame); + return ret; } -- cgit