Fix more unit test leaks.

This commit is contained in:
Nick Mathewson 2016-11-04 14:35:15 -04:00
parent 791625750e
commit ed4aebcd97
2 changed files with 6 additions and 2 deletions

View File

@ -235,7 +235,7 @@ test_directory(void *arg)
}
done:
;
hs_descriptor_free(desc1);
}
static void
@ -432,6 +432,10 @@ test_hsdir_revision_counter_check(void *arg)
/* Check that the revision counter is correct */
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. */

View File

@ -470,7 +470,7 @@ test_link_specifier(void *arg)
}
done:
return;
smartlist_free(link_specifiers);
}
static void