And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
commit9750799ba2e1aaa59fa255f23880c9c618195c3d
authorVolker Lendecke <vlendec@samba.org>
Wed, 18 Jun 2003 12:00:52 +0000 (18 12:00 +0000)
committerVolker Lendecke <vlendec@samba.org>
Wed, 18 Jun 2003 12:00:52 +0000 (18 12:00 +0000)
tree428af1ea04b726330b23413e31f5b53458337008
parent2dfa896e6fdd52aa0eebe7d811c7b4072fe98be3
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
source/groupdb/mapping.c
source/passdb/pdb_tdb.c