mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
I was told there is an extend_info_free(). I won't leak memory again. I won't leak memory again. I won't ...
svn:r15335
This commit is contained in:
parent
693d7e3e35
commit
024de76e5d
@ -809,7 +809,7 @@ rend_service_launch_establish_intro(rend_service_t *service,
|
||||
log_info(LD_REND, "The intro circuit we just cannibalized ends at $%s, "
|
||||
"but we requested an intro circuit to $%s. Updating "
|
||||
"our service.", cann, orig);
|
||||
tor_free(intro->extend_info);
|
||||
extend_info_free(intro->extend_info);
|
||||
intro->extend_info = extend_info_dup(launched->build_state->chosen_exit);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user