summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-18 16:21:26 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-18 16:21:26 +0800
commit3e72c5d339c5ca998bf06f0ebc91466dd90c16e6 (patch)
tree3fedd3fbe2607ff8fa2713af5b45d6f98771e5ae
parentb680ae1c4bcd1ed2ce72ee8e0bfcae4d929be64d (diff)
downloadibus-3e72c5d339c5ca998bf06f0ebc91466dd90c16e6.tar.gz
ibus-3e72c5d339c5ca998bf06f0ebc91466dd90c16e6.tar.xz
ibus-3e72c5d339c5ca998bf06f0ebc91466dd90c16e6.zip
Fix BusEngineProxy leak.
-rw-r--r--bus/ibusimpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/ibusimpl.c b/bus/ibusimpl.c
index 7f51130..053080f 100644
--- a/bus/ibusimpl.c
+++ b/bus/ibusimpl.c
@@ -593,6 +593,7 @@ _context_request_engine_cb (BusInputContext *context,
return;
bus_input_context_set_engine (context, engine);
+ g_object_unref (engine);
}
static void