Skip to content

Commit

Permalink
clean up lists
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 committed Jul 25, 2023
1 parent 8923c82 commit fccb843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -3533,6 +3533,8 @@ void vine_delete(struct vine_manager *q)
hash_table_delete(q->categories);

list_delete(q->ready_list);
list_delete(q->waiting_list);
list_delete(q->retrieved_list);
hash_table_delete(q->libraries);
hash_table_delete(q->workers_with_available_results);

Expand Down

0 comments on commit fccb843

Please sign in to comment.