enqueue_cursor_report: set clr->next to NULL

pull/1923/head
nick black 3 years ago
parent 561f4eba8c
commit 0d68b62bee
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -433,6 +433,7 @@ enqueue_cursor_report(ncinputlayer* nc, const ncinput* ni){
}
clr->y = ni->y;
clr->x = ni->x;
clr->next = NULL;
// i don't think we ever want to have more than one here. we don't actually
// have any control logic which leads to multiple outstanding requests, so
// any that arrive are presumably garbage from the bulk input (and probably

Loading…
Cancel
Save