[uim-commit] r319 - trunk/uim

tkng@freedesktop.org tkng@freedesktop.org
Tue Jan 18 02:01:31 PST 2005


Author: tkng
Date: 2005-01-18 02:01:28 -0800 (Tue, 18 Jan 2005)
New Revision: 319

Modified:
   trunk/uim/m17nlib.c
Log:
* uim/m17nlib.c:
 -(uim_plugin_instance_quit):Don't free im_array and ic_array if not
   initialized.


Modified: trunk/uim/m17nlib.c
===================================================================
--- trunk/uim/m17nlib.c	2005-01-18 08:11:15 UTC (rev 318)
+++ trunk/uim/m17nlib.c	2005-01-18 10:01:28 UTC (rev 319)
@@ -738,8 +738,8 @@
   if (m17nlib_ok) {
     M17N_FINI();
     m17nlib_ok = 0;
+    free(im_array);
+    free(ic_array);
   }
-  free(im_array);
-  free(ic_array);
 }
 #endif /* HAVE_M17NLIB */



More information about the Uim-commit mailing list