On 10/08/2012 10:54 AM, Keith Packard wrote:
* PGP Signed by an unknown key

Maarten Lankhorst <[email protected]> writes:

Taking a pointer to ih->next before calling the event handler fixes
this.

Yay, more open coded lists. Any way we could encourage you to replace it
with a struct xorg_list instead?

Or at least

  nt_list_for_each_entry_safe(ih, ih_tmp, InputHandlers, next) {
      ...
  }

if you need a short-term fix.

-- Aaron
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to