[uim-commit] r433 - trunk/uim

kzk at freedesktop.org kzk at freedesktop.org
Mon Jan 31 10:59:14 PST 2005


Author: kzk
Date: 2005-01-31 10:59:11 -0800 (Mon, 31 Jan 2005)
New Revision: 433

Modified:
   trunk/uim/plugin.c
Log:
- uim/plugin.c
  - (load_plugin): hope this is the last memory leak in this file...


Modified: trunk/uim/plugin.c
===================================================================
--- trunk/uim/plugin.c	2005-01-31 18:39:48 UTC (rev 432)
+++ trunk/uim/plugin.c	2005-01-31 18:59:11 UTC (rev 433)
@@ -130,6 +130,7 @@
   }
 
   if(plugin_lib_filename == NULL) {
+    free(plugin_scm_filename);
     free(plugin_name);
     return uim_scm_f();
   }



More information about the Uim-commit mailing list