Revision: 7321
Author:   nogu.dev
Date:     Sun Sep 18 23:32:06 2011
Log:      * gtk2/switcher/gtk.c
  - (load_configration): Plug leak.
http://code.google.com/p/uim/source/detail?r=7321

Modified:
 /trunk/gtk2/switcher/gtk.c

=======================================
--- /trunk/gtk2/switcher/gtk.c  Tue May 24 07:45:43 2011
+++ /trunk/gtk2/switcher/gtk.c  Sun Sep 18 23:32:06 2011
@@ -177,6 +177,7 @@
     parse_config_line(line);
     free(line);
   }
+  fclose(fp);

   /* open file and load config */
 }

Reply via email to