Skip to content

Commit

Permalink
Added missing delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgbio committed May 3, 2024
1 parent 95fee2f commit e7db584
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 e7db584

Please sign in to comment.