From 550e3ec095c30c0a751e08aa4f7eb330093ddd6e Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Fri, 6 Feb 2009 21:20:44 +0100 Subject: Fix a slabpool init issue. --- src/wsbm_slabpool.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3