From e1c52f630af0691872eff97e8156307a2964161c Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Thu, 26 Aug 2010 04:45:46 +0000 Subject: glusterfsd: Clang error fixes. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1077 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1077 --- libglusterfs/src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/dict.c') diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index 4a8945ff1..34a0c6860 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -1868,7 +1868,7 @@ dict_get_double (dict_t *this, char *key, double *val) } ret = _data_to_double (data, val); - + err: if (data) data_unref (data); -- cgit