Skip to content
Snippets Groups Projects
Commit 2f2088fc authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
Browse files

Merge branch 'bug41034' into 'main'

Avoid memory leak on unexpected family ID

See merge request !868
parents 7ae943ba 4cbc6113
No related branches found
No related tags found
1 merge request!868Avoid memory leak on unexpected family ID
Pipeline #260115 failed
......@@ -840,6 +840,7 @@ load_family_id_keys_impl(const or_options_t *options,
fn, ed25519_fmt(&kp_tmp->pubkey));
}
ed25519_keypair_free(kp_tmp);
tor_free(tag_tmp);
} SMARTLIST_FOREACH_END(fn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment