mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03: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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user