CS + WS changes

This commit is contained in:
Andrey Hristov 2010-04-15 12:55:04 +00:00
parent 187a0d9b28
commit 6aa682f564
20 changed files with 286 additions and 296 deletions

View file

@ -111,7 +111,7 @@ mysqlnd_mempool_resize_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int siz
chunk->ptr = new_ptr;
chunk->size = size;
chunk->pool = NULL; /* now we have no pool memory */
pool->refcount--;
pool->refcount--;
}
}
} else {