Skip to content

Commit

Permalink
Another mem alloc bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Feb 11, 2024
1 parent 438f1b3 commit 292a211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ static int pdpub(void) {
g2_null(u2);
g2_null(v2);
g2_null(w2);
g2_null(s);
gt_null(e);
gt_null(r);
gt_null(g[0]);
Expand All @@ -1124,6 +1125,7 @@ static int pdpub(void) {
g2_new(u2);
g2_new(v2);
g2_new(w2);
g2_new(s);
gt_new(e);
gt_new(r);
gt_new(g[0]);
Expand Down Expand Up @@ -1188,6 +1190,7 @@ static int pdpub(void) {
g2_free(u2);
g2_free(v2);
g2_free(w2);
g2_free(s);
gt_free(e);
gt_free(r);
gt_free(g[0]);
Expand Down

0 comments on commit 292a211

Please sign in to comment.