]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/conf.c
Imported Upstream version 20090110
[ion3.git] / ioncore / conf.c
index 7142d3265da6b13ccf6dcb267d0317e6fed8ea88..35844c4e1600f7fffb93844a13255b9dcd40dd81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/conf.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2008
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -118,6 +118,7 @@ void ioncore_set(ExtlTab tab)
             ioncore_g.no_mousefocus=TRUE;
         else if(strcmp(tmp, "sloppy")==0)
             ioncore_g.no_mousefocus=FALSE;
+        free(tmp);
     }
     
     if(extl_table_gets_i(tab, "dblclick_delay", &dd))