Bugfix: Cleanup deadlock
Operations with cuncurrency < total_indexes were causing a deadlock because the state buffer was never free'd up. This should fix that issue
Edited by Drew Stinnett
Operations with cuncurrency < total_indexes were causing a deadlock because the state buffer was never free'd up. This should fix that issue