Loading src/app/main/shutdown.c +2 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ tor_cleanup(void) /* Remove Extended ORPort cookie authentication file */ { char *cookie_fname = get_ext_or_auth_cookie_file_name(); if (cookie_fname) tor_remove_file(cookie_fname); tor_free(cookie_fname); } Loading src/feature/client/transports.c +4 −2 Original line number Diff line number Diff line Loading @@ -1420,8 +1420,10 @@ create_managed_proxy_environment(const managed_proxy_t *mp) smartlist_add_asprintf(envs, "TOR_PT_EXTENDED_SERVER_PORT=%s", ext_or_addrport_tmp); } if (cookie_file_loc) { smartlist_add_asprintf(envs, "TOR_PT_AUTH_COOKIE_FILE=%s", cookie_file_loc); } tor_free(ext_or_addrport_tmp); tor_free(cookie_file_loc); Loading Loading
src/app/main/shutdown.c +2 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ tor_cleanup(void) /* Remove Extended ORPort cookie authentication file */ { char *cookie_fname = get_ext_or_auth_cookie_file_name(); if (cookie_fname) tor_remove_file(cookie_fname); tor_free(cookie_fname); } Loading
src/feature/client/transports.c +4 −2 Original line number Diff line number Diff line Loading @@ -1420,8 +1420,10 @@ create_managed_proxy_environment(const managed_proxy_t *mp) smartlist_add_asprintf(envs, "TOR_PT_EXTENDED_SERVER_PORT=%s", ext_or_addrport_tmp); } if (cookie_file_loc) { smartlist_add_asprintf(envs, "TOR_PT_AUTH_COOKIE_FILE=%s", cookie_file_loc); } tor_free(ext_or_addrport_tmp); tor_free(cookie_file_loc); Loading