mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
free replica in test
This commit is contained in:
parent
a525935008
commit
3a4c417cee
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue