r20178: Ensure we allocate the intermediate trans structs
authorJeremy Allison <jra@samba.org>
Fri, 15 Dec 2006 00:49:12 +0000 (00:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:29 +0000 (12:16 -0500)
commitd29722e378011e6085e007e1e6c39a9f002eb2fe
tree33868139ba382717ad5ed5b5067723cc6bbaf18b
parent806daad51088bddcedda0274333b3f9e17cc26b3
r20178: Ensure we allocate the intermediate trans structs
off conn->mem_ctx, not the null context so we can
safefy free everything on conn close. Should fix
possible memleak.
Jeremy.
(This used to be commit b33bde7b39953e171f05cdb53b6345ee3a9ec6e7)
source3/smbd/conn.c
source3/smbd/ipc.c
source3/smbd/nttrans.c
source3/smbd/trans2.c