From: Wayne Davison Date: Thu, 10 Nov 2005 16:42:46 +0000 (+0000) Subject: Indent the "oom:" label away from column 0. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2997e9f7695c645ee0ff47168c5ca136c89831fa Indent the "oom:" label away from column 0. --- diff --git a/access.c b/access.c index 9def1b2c..dcc0ddba 100644 --- a/access.c +++ b/access.c @@ -208,7 +208,7 @@ static int match_address(char *addr, char *tok) ret = match_binary(a, t, mask, addrlen); -out: + out: freeaddrinfo(resa); freeaddrinfo(rest); return ret;