Fix valgrind error in dbwrap_rbt where rec_priv->node was
authorJeremy Allison <jra@samba.org>
Wed, 19 Dec 2007 00:03:57 +0000 (16:03 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 19 Dec 2007 00:03:57 +0000 (16:03 -0800)
commit537c4cf9cdb1f76c317c8fbd12068ce1f3fbbf0b
tree9e680e31981c4aeaccf3f51505b9d77eabc43cf3
parent1394b91888f4e2f74ebbe462e896e49079d0146d
Fix valgrind error in dbwrap_rbt where rec_priv->node was
being accessed after free. VALOKER PLEASE CHECK THIS VERY
CAREFULLY !!!! This is a correct fix in that it fixes the
valgrind error, but it looks inelegant to me. I think if
I understood this code better I could craft a more subtle
fix. Still looking at it....
Jeremy.
(This used to be commit 12cce3be2a24fd72106d747890caf6c7f29db43d)
source3/lib/dbwrap_rbt.c