The branch, master has been updated
       via  853909bf94871156002d609f35312f034315182e (commit)
      from  951cf45ee7014e4099adf4efdfbb6eb71d7e8419 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 853909bf94871156002d609f35312f034315182e
Author: Andrew Bartlett <[EMAIL PROTECTED]>
Date:   Tue Nov 11 09:45:40 2008 +1100

    It is not valid to talloc_free() ldb_dn_get_linearized()

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/ldb.i |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/ldb.i b/source4/lib/ldb/ldb.i
index 6013462..6187096 100644
--- a/source4/lib/ldb/ldb.i
+++ b/source4/lib/ldb/ldb.i
@@ -262,7 +262,6 @@ fail:
         {
             char *dn = ldb_dn_get_linearized($self), *ret;
             asprintf(&ret, "Dn('%s')", dn);
-            talloc_free(dn);
             return ret;
         }
 


-- 
Samba Shared Repository

Reply via email to