PREVIEW: Steal ldb_msg in ldb_context so it doesn't appear as a memory leak ldb-mem-fix-2
authorKamen Mazdrashki <kamenim@samba.org>
Sun, 4 Jul 2010 19:34:21 +0000 (22:34 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Sun, 4 Jul 2010 19:36:33 +0000 (22:36 +0300)
commit37495c2ab8f78d9258455395aad271ce3463b3b5
treea0c48481a3deedaa07d8fc9d42ba4f95d791a784
parente90250c4b73ea254c73bd2cd47b7af2805993749
PREVIEW: Steal ldb_msg in ldb_context so it doesn't appear as a memory leak

In case of this ldbadd utility, it is safe to allocate memory
in ldb_context context, as it is not intended to work 24/7,
so ldb_context will be freed quickly.
source4/lib/ldb/tools/ldbadd.c