r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increase the...
authorJelmer Vernooij <jelmer@samba.org>
Sun, 30 Dec 2007 22:46:14 +0000 (16:46 -0600)
committerStefan Metzmacher <metze@samba.org>
Sun, 30 Dec 2007 16:51:07 +0000 (10:51 -0600)
commitdc2a612927289da78017abf4ad51a4d51292e3a1
tree6e34564f0dcd164bec919424a2c2e9c5f000a90a
parent4be116133724ac52f9df8adb3feeb93ea616a990
r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements.
source/lib/ldb/ldb.i
source/lib/ldb/ldb_wrap.c