s3-rpc_server: Use talloc for pipe_rpc_fns
authorSimo Sorce <idra@samba.org>
Wed, 27 Jul 2011 20:40:21 +0000 (16:40 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 28 Jul 2011 15:41:08 +0000 (17:41 +0200)
commite84c7a2e26d206f38bcb94d4d1b6c854cdd4094c
tree7b03f7c0070c9f16aa8fcd2ae2ddb53e65f5e76d
parent48a71664f21f50616749b467e6f082b6c20036a1
s3-rpc_server: Use talloc for pipe_rpc_fns

Everything uses talloc in the rpc server nowadays, remove this ancient use of
malloc. This also allows us to remove the free fucntion and let talloc handle
it properly.

Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Jul 28 17:41:08 CEST 2011 on sn-devel-104
source3/rpc_server/rpc_handles.c
source3/rpc_server/rpc_ncacn_np.c
source3/rpc_server/srv_pipe.c