mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
f95e40197f
commit
cedc634118
@ -541,7 +541,7 @@ static ssize_t unmarshall_rpc_header(pipes_struct *p)
|
|||||||
void free_pipe_context(pipes_struct *p)
|
void free_pipe_context(pipes_struct *p)
|
||||||
{
|
{
|
||||||
if (p->mem_ctx) {
|
if (p->mem_ctx) {
|
||||||
DEBUG(3,("free_pipe_context: destroying talloc pool of size %lu\n", talloc_pool_size((unsigned long)p->mem_ctx) ));
|
DEBUG(3,("free_pipe_context: destroying talloc pool of size %lu\n", (unsigned long)talloc_pool_size(p->mem_ctx) ));
|
||||||
talloc_destroy_pool(p->mem_ctx);
|
talloc_destroy_pool(p->mem_ctx);
|
||||||
} else {
|
} else {
|
||||||
p->mem_ctx = talloc_init("pipe %s %p", p->name, p);
|
p->mem_ctx = talloc_init("pipe %s %p", p->name, p);
|
||||||
|
Loading…
Reference in New Issue
Block a user