Author: sasugaanija Date: Sun Jan 4 10:58:33 2009 New Revision: 5685
Modified:
trunk/emacs/context.c
Log:
* emacs/context.c
- (release_uim_agent_context): Plug memory leak
Modified: trunk/emacs/context.c
==============================================================================
--- trunk/emacs/context.c (original)
+++ trunk/emacs/context.c Sun Jan 4 10:58:33 2009
@@ -306,6 +306,7 @@
/* free others */
free(ua->encoding);
free(ua->im);
+ free(ua->prop->list);
free(ua->prop);
free(ua->comstr);
