(gconstpointer)(unsigned long)call_data->icid);
x11ic->conn->clients = g_list_remove (x11ic->conn->clients, (gconstpointer)x11ic);
+ g_free (x11ic->preedit_string);
+ pango_attr_list_unref (x11ic->preedit_attrs);
g_free (x11ic->ibus_ic);
+
g_slice_free (X11IC, x11ic);
return 1;
g_return_if_fail (x11ic != NULL);
+ g_free (x11ic->preedit_string);
+ pango_attr_list_unref (x11ic->preedit_attrs);
g_free (x11ic->ibus_ic);
/* Remove the IC from g_client dictionary */