Skip to content

Commit

Permalink
chore: clean up memory leaks in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Sep 11, 2024
1 parent 54e666f commit e142ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit_testing/iam_proxy_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class IamProxyTest : public testing::Test {
void TearDown() override {
token_cache.clear();
cleanup_odbc_handles(nullptr, dbc, ds);
~mock_connection_proxy;
}
};

Expand Down

0 comments on commit e142ac1

Please sign in to comment.