diff options
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.c')
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index 3136c9c1aa1..f16833609bf 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -2563,6 +2563,7 @@ deallocate_workers (iot_worker_t **workers,          end_count = count + start_alloc_idx;          for (i = start_alloc_idx; (i < end_count); i++) {                  if (workers[i] != NULL) { +                        mem_pool_destroy (workers[i]->req_pool);                          FREE (workers[i]);                          workers[i] = NULL;                  }  | 
