fix mem leak, remove teh ice watch handler

This commit is contained in:
Dana Jansens 2003-09-14 20:57:14 +00:00
parent 673383d047
commit 25e1e32f54

View file

@ -138,6 +138,10 @@ void event_shutdown(gboolean reconfig)
{
if (reconfig) return;
#ifdef USE_SM
IceRemoveConnectionWatch(ice_watch, NULL);
#endif
client_remove_destructor(focus_delay_client_dest);
XFreeModifiermap(modmap);
}