From 6db7f8f173d30313ab9f1d88e7a6398ac97fdf8d Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Thu, 26 Apr 2012 15:57:42 +0530 Subject: glusterfsd: Change a free() to GF_FREE() Change-Id: I19bad33864b67e7ac79d8c5e642efa19dbc5bd80 BUG: 816163 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.com/3231 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- glusterfsd/src/glusterfsd-mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd/src') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 4f01871b..751e5495 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -1203,7 +1203,7 @@ out: if (output) dict_unref (output); if (rsp.output.output_val) - free (rsp.output.output_val); + GF_FREE (rsp.output.output_val); gf_log (THIS->name, GF_LOG_DEBUG, "Returning %d", ret); return ret; -- cgit