Fix crash on Windows when doing a LDAP search.
This commit is contained in:
parent
04456e3b73
commit
986e6f7c5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue