mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix more unit test leaks.
This commit is contained in:
parent
791625750e
commit
ed4aebcd97
@ -235,7 +235,7 @@ test_directory(void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
;
|
hs_descriptor_free(desc1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -432,6 +432,10 @@ test_hsdir_revision_counter_check(void *arg)
|
|||||||
|
|
||||||
/* Check that the revision counter is correct */
|
/* Check that the revision counter is correct */
|
||||||
tt_int_op(received_desc->plaintext_data.revision_counter, ==, 1312);
|
tt_int_op(received_desc->plaintext_data.revision_counter, ==, 1312);
|
||||||
|
|
||||||
|
hs_descriptor_free(received_desc);
|
||||||
|
received_desc = NULL;
|
||||||
|
tor_free(received_desc_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Increment the revision counter and try again. Should work. */
|
/* Increment the revision counter and try again. Should work. */
|
||||||
|
@ -470,7 +470,7 @@ test_link_specifier(void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
return;
|
smartlist_free(link_specifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user