X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fconf.c;fp=ioncore%2Fconf.c;h=258f563078132cc7f3d794dc3c2efd6bca3db7b9;hp=7142d3265da6b13ccf6dcb267d0317e6fed8ea88;hb=2948134dc6273f6d3ea089c4cc273b69e2f8d51e;hpb=69ec7e63f6c39c98c82e8878e672215792ecfd7b 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))