Convert the prs_XXX struct and functions to use talloc instead of malloc. Passes...
authorJeremy Allison <jra@samba.org>
Thu, 17 Jun 2010 22:35:07 +0000 (15:35 -0700)
committerSimo Sorce <idra@samba.org>
Fri, 18 Jun 2010 11:41:47 +0000 (07:41 -0400)
commitf4e7d9d38ebf209be6c040f4ef98dd8111735187
tree95dcdb61ae1b4276400d577e81e95f9aa983f3ee
parent3fa38046cb76d38a6be8e29111a4be225b8bdf96
Convert the prs_XXX struct and functions to use talloc instead of malloc. Passes valgrind and make tests for client and server. Second version of this patch after splitting up at Simo's request. Patch to follow will delete extraneous prs_mem_free() calls.

Jeremy.

Signed-off-by: Simo Sorce <idra@samba.org>
source3/include/ntdomain.h
source3/rpc_client/cli_pipe.c
source3/rpc_client/ndr.c
source3/rpc_parse/parse_prs.c
source3/rpc_server/srv_pipe_hnd.c