mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 09:10:06 +01:00
test: add a missing va_end
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1059>
This commit is contained in:
parent
aecfcf3d1b
commit
7316a627d6
1 changed files with 1 additions and 0 deletions
|
|
@ -3395,6 +3395,7 @@ _litest_assert_event_type_is_one_of(struct libinput_event *event, ...)
|
|||
if ((int)expected_type != -1)
|
||||
fprintf(stderr, " || ");
|
||||
}
|
||||
va_end(args);
|
||||
|
||||
fprintf(stderr, "\nWrong event is: ");
|
||||
litest_print_event(event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue