s3-rpc_server: remove unnecessary talloc_free
authorSimo Sorce <idra@samba.org>
Wed, 27 Jul 2011 20:27:17 +0000 (16:27 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 28 Jul 2011 14:27:52 +0000 (10:27 -0400)
commit262af4713e192ba80327c1e6607ba8f92d3cc7ea
tree7f696b42de87b1b145c360d2b056f0027f41e83c
parent0a72744dd247298fe6aff160d77ae50dc97b8c4f
s3-rpc_server: remove unnecessary talloc_free

The auth_ctx is a child of pipes_struct, and this function is a used only as a
destructor on pipes_struct. So it is not really necessary to free this struct
in the destructor as it will be freed soon enough anyway.
source3/rpc_server/rpc_handles.c