Added missing delete

pull/15512/head
Matthias Goebel 2024-05-03 10:34:51 +02:00
parent 95fee2f75a
commit e7db584d82
1 changed files with 1 additions and 0 deletions

View File

@ -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;