diff options
| -rw-r--r-- | xlators/performance/io-cache/src/ioc-inode.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-cache/src/ioc-inode.c b/xlators/performance/io-cache/src/ioc-inode.c index 5ef2b648a8d..356afc583b9 100644 --- a/xlators/performance/io-cache/src/ioc-inode.c +++ b/xlators/performance/io-cache/src/ioc-inode.c @@ -227,6 +227,7 @@ ioc_inode_destroy (ioc_inode_t *ioc_inode)  	ioc_table_unlock (table);  	ioc_inode_flush (ioc_inode); +        rbthash_table_destroy (ioc_inode->cache.page_table);  	pthread_mutex_destroy (&ioc_inode->inode_lock);  	free (ioc_inode);  | 
