commit | 4e55d067ea3aacf0174518ac29a11336fdc6b11c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 26 14:35:32 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 26 14:35:34 2013 -0700 |
tree | 3bf1cee183f1ed7baa8212cd335048eb8465d08d | |
parent | 146f5ba466d59e3609b3d247ccd3b9cb8a131982 [diff] |
evdev: Initliaze device->link so we can wl_list_remove() without crashing We were testing for wl_list_empty() on a { NULL, NULL } list (which returns false) and then wl_list_remove()ing the device (which crashes).