Skip to content

Commit

Permalink
#147 retry cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 15, 2024
1 parent 3fe41cf commit 797e366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/tst-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int after_all(void **state) {
}

int before_each(void **state) {
displ_init();
displ = calloc(1, sizeof(struct Displ));

cfg = cfg_default();

Expand All @@ -86,7 +86,7 @@ int after_each(void **state) {
head_changing_mode = NULL;
head_changing_adaptive_sync = NULL;

displ_destroy();
free(displ);

cfg_destroy();

Expand Down

0 comments on commit 797e366

Please sign in to comment.