Deinit sequential cutoff on core removal
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
227021b416
commit
c6fe2fc3f9
@ -130,6 +130,7 @@ void cache_mngt_core_remove_from_cache(ocf_core_t core)
|
||||
ocf_cache_t cache = ocf_core_get_cache(core);
|
||||
ocf_core_id_t core_id = ocf_core_get_id(core);
|
||||
|
||||
ocf_core_seq_cutoff_deinit(core);
|
||||
env_free(core->counters);
|
||||
core->counters = NULL;
|
||||
core->added = false;
|
||||
|
Loading…
Reference in New Issue
Block a user