Author: ek.kato Date: Mon Oct 13 21:09:20 2008 New Revision: 5593
Modified:
trunk/emacs/context.c
Log:
* emacs/context.c (release_uim_agent_context) : Plug leak.
Modified: trunk/emacs/context.c
==============================================================================
--- trunk/emacs/context.c (original)
+++ trunk/emacs/context.c Mon Oct 13 21:09:20 2008
@@ -320,6 +320,7 @@
else
agent_context_list_head = ptr->next;
+ free(ua);
free(ptr);
return context_id;
