free replica in test

This commit is contained in:
Dustin J. Mitchell 2022-03-02 20:58:36 -05:00
parent a525935008
commit 3a4c417cee
No known key found for this signature in database

View file

@ -305,6 +305,8 @@ static void test_replica_get_task_not_found(void) {
TCTask *task = tc_replica_get_task(rep, uuid);
TEST_ASSERT_NULL(task);
TEST_ASSERT_NULL(tc_replica_error(rep).ptr);
tc_replica_free(rep);
}
int replica_tests(void) {