Skip to content

Commit e04a55f

Browse files
authored
Merge pull request #15512 from mattgbio/missing-delete-TDBStore
TDBStore: Add missing delete for _inc_set_handle
2 parents 7e16b00 + e7db584 commit e04a55f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/kvstore/tdbstore/source/TDBStore.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ int TDBStore::deinit()
11651165
delete[] ram_table;
11661166
delete[] _work_buf;
11671167
delete[] _key_buf;
1168+
delete reinterpret_cast<inc_set_handle_t *>(_inc_set_handle);
11681169
}
11691170

11701171
_is_initialized = false;

0 commit comments

Comments
 (0)