mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
CS + WS changes
This commit is contained in:
parent
187a0d9b28
commit
6aa682f564
20 changed files with 286 additions and 296 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue