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)
commit12cce3be2a24fd72106d747890caf6c7f29db43d
treeda6519e93b4eb6c8d196560659671d1bd9d9c8f1
parent2a0585d3093265a499c9fef60d500059f79b4112
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.
source/lib/dbwrap_rbt.c