Comment #1 on issue 959 by [email protected]: No safe way to destruct
IBusConfig object?
http://code.google.com/p/ibus/issues/detail?id=959
So, would it be possible to check connection in ibus_proxy_destroy()? like
static void
ibus_proxy_destroy (IBusProxy *proxy)
{
IBusProxyPrivate *priv;
priv = IBUS_PROXY_GET_PRIVATE (proxy);
- if (priv->connection) {
+ if (priv->connection &&
ibus_connection_is_connected(priv->connection)) {
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en