talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 611cfb75db5d5d6da3bc65bd110beae566fcf636
parent b77707343f62ed124c5481d013181be90fca84a0
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed, 12 Jul 2017 13:36:23 +0200

Fixed one more memory leak that was missed in b77707343.

Diffstat:
Msrc/ldapctrl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; }