[Commits] [SCM] claws branch, master, updated. 3.14.0-39-g986e6f7

ticho at claws-mail.org ticho at claws-mail.org
Sun Aug 28 22:55:50 CEST 2016


The branch, master has been updated
       via  986e6f7c5fcaa4c605de1f8f259056e9d4ffa347 (commit)
      from  04456e3b73d55d596276e5b21fe5bae90cbf2084 (commit)

Summary of changes:
 src/ldapquery.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 986e6f7c5fcaa4c605de1f8f259056e9d4ffa347
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Aug 28 22:42:10 2016 +0200

    Fix crash on Windows when doing a LDAP search.

diff --git a/src/ldapquery.c b/src/ldapquery.c
index 72b5525..b729d94 100644
--- a/src/ldapquery.c
+++ b/src/ldapquery.c
@@ -639,7 +639,7 @@ static GList *ldapqry_process_single_entry(
 	if( ber != NULL ) {
 		ber_free( ber, 0 );
 	}
-	g_free( dnEntry );
+	ldap_memfree( dnEntry );
 
 	return listReturn;
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list