diff --git a/modules/cas_cache/ocf_env.c b/modules/cas_cache/ocf_env.c index 33ff384..bdb66d2 100644 --- a/modules/cas_cache/ocf_env.c +++ b/modules/cas_cache/ocf_env.c @@ -43,7 +43,7 @@ struct _env_allocator_item { void *env_allocator_new(env_allocator *allocator) { struct _env_allocator_item *item = NULL; - int cpu; + int cpu = 0; if (allocator->rpool) item = cas_rpool_try_get(allocator->rpool, &cpu);