projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99328a4
)
Fix a memory leak.
author
Peng Huang
<shawn.p.huang@gmail.com>
Fri, 28 Aug 2009 10:44:49 +0000
(18:44 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Fri, 28 Aug 2009 10:44:49 +0000
(18:44 +0800)
bus/engineproxy.c
patch
|
blob
|
history
diff --git
a/bus/engineproxy.c
b/bus/engineproxy.c
index 70e11744961a871f5e22c2ff6e9052ab3bf68f83..2dd22c632bcdc6afd8e3896765b2bb58452f7313 100644
(file)
--- a/
bus/engineproxy.c
+++ b/
bus/engineproxy.c
@@
-614,6
+614,7
@@
bus_engine_proxy_process_key_event (BusEngineProxy *engine,
ibus_pending_call_unref (pending);
if (!retval) {
+ g_slice_free (CallData, call_data);
g_warning ("%s : ProcessKeyEvent", DBUS_ERROR_NO_MEMORY);
return_cb (GINT_TO_POINTER (FALSE), user_data);
return;