diff options
author | Sachidananda <sac@gluster.com> | 2010-08-26 04:45:46 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-26 07:31:06 -0700 |
commit | e1c52f630af0691872eff97e8156307a2964161c (patch) | |
tree | 284d01f2610a476f169c470f9ffd72bcc07ee887 /libglusterfs | |
parent | af7b57b3099d07be2469895e4c83e3fa4442777e (diff) |
glusterfsd: Clang error fixes.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1077 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1077
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |