summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/performance/io-cache/src/io-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c
index b11d3728987..99be457a54c 100644
--- a/xlators/performance/io-cache/src/io-cache.c
+++ b/xlators/performance/io-cache/src/io-cache.c
@@ -1423,7 +1423,7 @@ out:
int32_t
init (xlator_t *this)
{
- ioc_table_t *table;
+ ioc_table_t *table = NULL;
dict_t *options = this->options;
uint32_t index = 0;
char *cache_size_string = NULL;