Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Minor fix to prevent leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
saatviks authored and apavlo committed Nov 11, 2017
1 parent b05559a commit 6f65f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sql/decimal_functions_sql_test.cpp
Expand Up @@ -50,6 +50,7 @@ class DecimalFunctionsSQLTest : public PelotonTest {};
}
EXPECT_EQ(i, numEntries);

txn_manager.CommitTransaction(txn);
// Fetch values from the table
std::vector<StatementResult> result;
std::vector<FieldInfo> tuple_descriptor;
Expand Down

0 comments on commit 6f65f44

Please sign in to comment.