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)
commit713eaf1d67d9ef967fb4526113e2a3ba3dd5e229
tree04e1b26cd6c6c1fa8c1bd0c1c0a34c6abebd15f9
parent1f19676903021bed4cc42356230c6c31ff0577c4
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.
(This used to be commit 1c99aed563c29e1b3d70939878af747a0660bfec)
source3/locking/brlock.c
source3/locking/locking.c
source3/smbd/blocking.c