--- gvpe/src/conf.C 2011/02/08 23:11:35 1.52 +++ gvpe/src/conf.C 2011/02/08 23:13:48 1.53 @@ -193,11 +193,11 @@ free (pidfilename); pidfilename = 0; free (ifname); ifname = 0; -#if ENABLE_HTTP_PROXY +#if ENABLE_HTTP_PROXY free (proxy_host); proxy_host = 0; free (proxy_auth); proxy_auth = 0; -#endif -#if ENABLE_DNS +#endif +#if ENABLE_DNS free (dns_forw_host); dns_forw_host = 0; #endif free (script_if_up); script_if_up = 0;