Skip to content

Commit

Permalink
initialize transaction_object = 0;
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 10, 2024
1 parent bbbdb70 commit ea9cd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/c/pgf/db.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ PgfDB::PgfDB(const char* filepath, int flags, int mode, size_t init_size) {
last_free_block_size = 0;
last_free_block_txn_id= 0;
seed = (unsigned long int) time(NULL);
transaction_object = 0;
}

PGF_INTERNAL
Expand Down

0 comments on commit ea9cd82

Please sign in to comment.