mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
misc: remove extra va_end in error_tail (bug 32233)
This is an addendum to commit b7b52b9dec
("error, error_at_line: Add
missing va_end calls"), which added the va_end calls in the callers where
they belong.
This commit is contained in:
parent
ab545460b0
commit
6e7778ecde
@ -212,7 +212,6 @@ error_tail (int status, int errnum, const char *message, va_list args,
|
|||||||
#else
|
#else
|
||||||
vfprintf (stderr, message, args);
|
vfprintf (stderr, message, args);
|
||||||
#endif
|
#endif
|
||||||
va_end (args);
|
|
||||||
|
|
||||||
++error_message_count;
|
++error_message_count;
|
||||||
if (errnum)
|
if (errnum)
|
||||||
|
Loading…
Reference in New Issue
Block a user