X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fconf.c;h=35844c4e1600f7fffb93844a13255b9dcd40dd81;hp=7142d3265da6b13ccf6dcb267d0317e6fed8ea88;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=5e1e6e6c4467839ec70cee64dc1faabcf08e2a5f diff --git a/ioncore/conf.c b/ioncore/conf.c index 7142d32..35844c4 100644 --- a/ioncore/conf.c +++ b/ioncore/conf.c @@ -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))