plug insignificant vcc leak

reported by coverity
parent cd048454
......@@ -277,6 +277,7 @@ vcc_acl_try_getaddrinfo(struct vcc *tl, struct acl_e *ae)
"Mask (/%u) specified, but string resolves to"
" both IPv4 and IPv6 addresses.\n", ae->mask);
vcc_ErrWhere(tl, ae->t_mask);
freeaddrinfo(res0);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment