diff options
-rw-r--r-- | src/wsbm_slabpool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wsbm_slabpool.c b/src/wsbm_slabpool.c index b007d1e..9ee5011 100644 --- a/src/wsbm_slabpool.c +++ b/src/wsbm_slabpool.c @@ -680,6 +680,8 @@ wsbmSlabAllocBuffer(struct _WsbmSlabSizeHeader *header) WSBM_MUTEX_UNLOCK(&header->mutex); buf = WSBMLISTENTRY(list, struct _WsbmSlabBuffer, head); + buf->storage.destroyContainer = NULL; + #ifdef DEBUG_FENCESIGNALED createbuffer++; #endif |