r15083: Using talloc with destructors is nice and all, but in this
authorJeremy Allison <jra@samba.org>
Thu, 13 Apr 2006 22:22:54 +0000 (22:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:22 +0000 (11:16 -0500)
commit1c99aed563c29e1b3d70939878af747a0660bfec
treed74b5e122901fb8cc396901d7d5520967fb91d0d
parente32c4f6f6e090ca5babe9f131bbcb9babedcec05
r15083: Using talloc with destructors is nice and all, but in this
case it's in a performace critical path and it *hurts* us.
Go back to plain malloc/free with an explicit destructor
call.
Jeremy.
source/locking/brlock.c
source/locking/locking.c
source/smbd/blocking.c