Skip to content

Commit

Permalink
Merge pull request #15512 from mattgbio/missing-delete-TDBStore
Browse files Browse the repository at this point in the history
TDBStore: Add missing delete for _inc_set_handle
  • Loading branch information
0xc0170 committed May 21, 2024
2 parents 7e16b00 + e7db584 commit e04a55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/kvstore/tdbstore/source/TDBStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ int TDBStore::deinit()
delete[] ram_table;
delete[] _work_buf;
delete[] _key_buf;
delete reinterpret_cast<inc_set_handle_t *>(_inc_set_handle);
}

_is_initialized = false;
Expand Down

0 comments on commit e04a55f

Please sign in to comment.