Loading src/common/util.c +1 −1 Original line number Diff line number Diff line Loading @@ -4014,7 +4014,7 @@ tor_process_handle_destroy(process_handle_t *process_handle, fclose(process_handle->stderr_handle); #endif memwipe(process_handle, 0x0f, sizeof(process_handle_t)); memset(process_handle, 0x0f, sizeof(process_handle_t)); tor_free(process_handle); } Loading Loading
src/common/util.c +1 −1 Original line number Diff line number Diff line Loading @@ -4014,7 +4014,7 @@ tor_process_handle_destroy(process_handle_t *process_handle, fclose(process_handle->stderr_handle); #endif memwipe(process_handle, 0x0f, sizeof(process_handle_t)); memset(process_handle, 0x0f, sizeof(process_handle_t)); tor_free(process_handle); } Loading