Index: trunk/src_plugins/hid_lesstif/main.c =================================================================== --- trunk/src_plugins/hid_lesstif/main.c (revision 17061) +++ trunk/src_plugins/hid_lesstif/main.c (revision 17062) @@ -3832,6 +3832,7 @@ void pplg_uninit_hid_lesstif(void) { + pcb_hid_remove_attributes_by_cookie(lesstif_cookie); pcb_event_unbind_allcookie(lesstif_cookie); conf_hid_unreg(lesstif_cookie); }