From 3e72c5d339c5ca998bf06f0ebc91466dd90c16e6 Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Wed, 18 Feb 2009 16:21:26 +0800 Subject: [PATCH] Fix BusEngineProxy leak. --- bus/ibusimpl.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4