tidying: coverity issues
[exim.git] / src / src / string.c
index e0e0fa5ae536db9a0294e8373ecf77c643e69f81..b559a9f193413637106f12170ed0c9f79ae6f415 100644 (file)
@@ -1518,6 +1518,7 @@ specified messages. If it does, the message just gets truncated, and there
 doesn't seem much we can do about that. */
 
 (void)string_vformat(buffer+15, sizeof(buffer) - 15, format, ap);
+va_end(ap);
 
 return (eno == EACCES)?
   string_sprintf("%s: %s (euid=%ld egid=%ld)", buffer, strerror(eno),