Merge pull request #106798 from gelvinp/avoid_xcb_crash

Workaround X11 crash issue
This commit is contained in:
Thaddeus Crews 2025-09-16 09:48:55 -05:00
commit 94b5658cd2
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -4800,9 +4800,6 @@ void DisplayServerX11::process_events() {
MutexLock mutex_lock(events_mutex);
events = polled_events;
polled_events.clear();
// Check for more pending events to avoid an extra frame delay.
_check_pending_events(events);
}
for (uint32_t event_index = 0; event_index < events.size(); ++event_index) {