Skip to content
Commit 5055f451 authored by Jason Evans's avatar Jason Evans
Browse files

Fix tcache crash during thread cleanup.

Properly maintain tcache_bin_t's avail pointer such that it is NULL if
no objects are cached.  This only caused problems during thread cache
destruction, since cache flushing otherwise never occurs on an empty
bin.
parent 38cda690
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment