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