[uim-commit] r533 - trunk/helper

makeinu at freedesktop.org makeinu at freedesktop.org
Fri Feb 4 22:09:31 PST 2005


Author: makeinu
Date: 2005-02-04 22:09:28 -0800 (Fri, 04 Feb 2005)
New Revision: 533

Modified:
   trunk/helper/pref-gtk-custom-widgets.c
Log:
* helper/pref-gtk-custom-widgets.c:
  - (uim_pref_gtk_set_default_value): free custom.


Modified: trunk/helper/pref-gtk-custom-widgets.c
===================================================================
--- trunk/helper/pref-gtk-custom-widgets.c	2005-02-05 05:42:46 UTC (rev 532)
+++ trunk/helper/pref-gtk-custom-widgets.c	2005-02-05 06:09:28 UTC (rev 533)
@@ -1984,10 +1984,10 @@
   }
 
   rv = uim_custom_set(custom);
+  uim_custom_free(custom);
 
   if (rv == UIM_FALSE) {
     g_printerr("Faild to set value for \"%s\".\n", custom->symbol);
-    uim_custom_free(custom);
     return;
   }
 



More information about the Uim-commit mailing list