[Commits] [SCM] claws branch, master, updated. 3.15.0-103-g611cfb7
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jul 12 13:37:31 CEST 2017
The branch, master has been updated
via 611cfb75db5d5d6da3bc65bd110beae566fcf636 (commit)
from b77707343f62ed124c5481d013181be90fca84a0 (commit)
Summary of changes:
src/ldapctrl.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 611cfb75db5d5d6da3bc65bd110beae566fcf636
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Jul 12 13:36:23 2017 +0200
Fixed one more memory leak that was missed in b77707343.
diff --git a/src/ldapctrl.c b/src/ldapctrl.c
index 62adf5b..ddc8c25 100644
--- a/src/ldapctrl.c
+++ b/src/ldapctrl.c
@@ -650,6 +650,7 @@ char **ldapctl_full_attribute_array( LdapControl *ctl ) {
/*debug_print("adding search attribute: %s\n", (gchar *) node->data);*/
node = g_list_next( node );
}
+ g_list_free(tmp);
ptrArray[ i ] = NULL;
return ptrArray;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list