Skip to content

Commit

Permalink
TL/UCP: Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed Aug 20, 2024
1 parent 6e83522 commit 925c3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gtest/coll/test_allgather.cc
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ UCC_TEST_P(test_allgather_alg, alg)
}
}
#else
data_fini(ctxs);
GTEST_SKIP() << "linear xgvmi not supported";
#endif
}
Expand Down

0 comments on commit 925c3bb

Please sign in to comment.