mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix memleak in test_getinfo_helper_onion.
Fix on fc58c37e33
. Not in any released tor
This commit is contained in:
parent
31be66ea5a
commit
d3f0f10efd
@ -144,6 +144,7 @@ test_getinfo_helper_onion(void *arg)
|
|||||||
done:
|
done:
|
||||||
tor_free(answer);
|
tor_free(answer);
|
||||||
tor_free(service_id);
|
tor_free(service_id);
|
||||||
|
smartlist_free(dummy.ephemeral_onion_services);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user