glusterfsd: Change a free() to GF_FREE()

Change-Id: I19bad33864b67e7ac79d8c5e642efa19dbc5bd80
BUG: 816163
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.com/3231
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
This commit is contained in:
Kaushal M 2012-04-26 15:57:42 +05:30 committed by Vijay Bellur
parent bb55a0c967
commit 6db7f8f173

View File

@ -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;