And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
authorVolker Lendecke <vlendec@samba.org>
Wed, 18 Jun 2003 12:00:52 +0000 (12:00 +0000)
committerVolker Lendecke <vlendec@samba.org>
Wed, 18 Jun 2003 12:00:52 +0000 (12:00 +0000)
commite6fd597fce61787789b76c323c56edc979e4e1fc
treee4fa003a56b1067a700e8f15e277df78f9eb42ad
parente48ebd09ffc57633fcb96c3a9406c9e7f65c5b3c
And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
mallocs its key, so we should free it after use.

Volker
(This used to be commit 9750799ba2e1aaa59fa255f23880c9c618195c3d)
source3/groupdb/mapping.c
source3/passdb/pdb_tdb.c